#A28F3A

Color #A28F3A Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A28F3A

Tints of Reef Gold #A28F3A

Color information

#A28F3A (or 0xA28F3A) is unknown color: approx Reef Gold. HEX triplet: A2, 8F and 3A. RGB value is (162,143,58). Sum of RGB (Red+Green+Blue) = 162+143+58=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F3A is #5D70C5. Grayscale: #8B8B8B. Windows color (decimal): -6123718 or 3837858. OLE color: 3837858.

HSL color Cylindrical-coordinate representation of color #A28F3A: hue angle of 49.04º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A28F3A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16214358-
CMYK00.120.640.36
HSL49.04º47.27%43.14%-
HSV(B)49.04º64.2%63.53%-
XYZ25.4927.637.99-
YUV138.9982.29144.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=44.63%
G=39.39%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621435800.120.640.3649.0447.2743.14
HexA28F3A0C4024312f2b
Octal2422177201410044615753
Binary1010001010001111111010011001000000100100110001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F3A; }

 p { color: rgb(162,143,58); }

 H1.HeaderClassName
 {
   color: #A28F3A;
 }
 .AnyTagClassName
 {
   color: #A28F3A;
 }
</style>
background-color css

<style>
 a { background-color: #A28F3A; }

 a { background-color: rgb(162,143,58); }

 div.DivClassName
 {
   background-color: #A28F3A;
 }
 .BgClassName
 {
   background-color: #A28F3A;
 }
</style>
border-color css

<style>
 span { border-color: #A28F3A; }

 span { border-color: rgb(162,143,58); }

 td.TdClassName
 {
   border-color: #A28F3A;
 }
 .TagClassName
 {
   border-color: #A28F3A;
 }
</style>