#A28A37

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

Shades of Reef Gold #A28A37

Tints of Reef Gold #A28A37

Color information

#A28A37 (or 0xA28A37) is unknown color: approx Reef Gold. HEX triplet: A2, 8A and 37. RGB value is (162,138,55). Sum of RGB (Red+Green+Blue) = 162+138+55=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A37 is #5D75C8. Grayscale: #888888. Windows color (decimal): -6125001 or 3639970. OLE color: 3639970.

HSL color Cylindrical-coordinate representation of color #A28A37: hue angle of 46.54º 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 #A28A37 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16213855-
CMYK00.150.660.36
HSL46.54º49.31%42.55%-
HSV(B)46.54º66.05%63.53%-
XYZ24.6826.137.36-
YUV135.7182.45146.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 55 (21.88% from 255) = 15.49%
R=45.63%
G=38.87%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621385500.150.660.3646.5449.3142.55
HexA28A370F42242f312b
Octal2422126701710244576153
Binary1010001010001010110111011111000010100100101111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A37; }

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

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

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

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

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

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

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

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