#A28437

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

Shades of Reef Gold #A28437

Tints of Reef Gold #A28437

Color information

#A28437 (or 0xA28437) is unknown color: approx Reef Gold. HEX triplet: A2, 84 and 37. RGB value is (162,132,55). Sum of RGB (Red+Green+Blue) = 162+132+55=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A28437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28437 is #5D7BC8. Grayscale: #848484. Windows color (decimal): -6126537 or 3638434. OLE color: 3638434.

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

Color convert

RGB16213255-
CMYK00.190.660.36
HSL43.18º49.31%42.55%-
HSV(B)43.18º66.05%63.53%-
XYZ23.8424.467.08-
YUV132.1984.44149.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 55 (21.88% from 255) = 15.76%
R=46.42%
G=37.82%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621325500.190.660.3643.1849.3142.55
HexA2843701342242b312b
Octal2422046702310244536153
Binary10100010100001001101110100111000010100100101011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28437; }

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

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

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

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

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

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

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

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