#A28D39

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

Shades of Reef Gold #A28D39

Tints of Reef Gold #A28D39

Color information

#A28D39 (or 0xA28D39) is unknown color: approx Reef Gold. HEX triplet: A2, 8D and 39. RGB value is (162,141,57). Sum of RGB (Red+Green+Blue) = 162+141+57=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D39 is #5D72C6. Grayscale: #8A8A8A. Windows color (decimal): -6124231 or 3771810. OLE color: 3771810.

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

Color convert

RGB16214157-
CMYK00.130.650.36
HSL48º47.95%42.94%-
HSV(B)48º64.81%63.53%-
XYZ25.1627.037.76-
YUV137.782.46145.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 57 (22.66% from 255) = 15.83%
R=45%
G=39.17%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621415700.130.650.364847.9542.94
HexA28D390D412430302b
Octal2422157101510144606053
Binary1010001010001101111001011011000001100100110000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D39; }

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

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

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

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

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

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

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

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