#A28439

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

Shades of Reef Gold #A28439

Tints of Reef Gold #A28439

Color information

#A28439 (or 0xA28439) is unknown color: approx Reef Gold. HEX triplet: A2, 84 and 39. RGB value is (162,132,57). Sum of RGB (Red+Green+Blue) = 162+132+57=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A28439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28439 is #5D7BC6. Grayscale: #848484. Windows color (decimal): -6126535 or 3769506. OLE color: 3769506.

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

Color convert

RGB16213257-
CMYK00.190.650.36
HSL42.86º47.95%42.94%-
HSV(B)42.86º64.81%63.53%-
XYZ23.8924.487.34-
YUV132.4285.44149.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 57 (22.66% from 255) = 16.24%
R=46.15%
G=37.61%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621325700.190.650.3642.8647.9542.94
HexA2843901341242b302b
Octal2422047102310144536053
Binary10100010100001001110010100111000001100100101011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28439; }

 p { color: rgb(162,132,57); }

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

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

 a { background-color: rgb(162,132,57); }

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

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

 span { border-color: rgb(162,132,57); }

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