#A28935

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

Shades of Reef Gold #A28935

Tints of Reef Gold #A28935

Color information

#A28935 (or 0xA28935) is unknown color: approx Reef Gold. HEX triplet: A2, 89 and 35. RGB value is (162,137,53). Sum of RGB (Red+Green+Blue) = 162+137+53=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A28935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28935 is #5D76CA. Grayscale: #878787. Windows color (decimal): -6125259 or 3508642. OLE color: 3508642.

HSL color Cylindrical-coordinate representation of color #A28935: hue angle of 46.24º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A28935 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16213753-
CMYK00.150.670.36
HSL46.24º50.7%42.16%-
HSV(B)46.24º67.28%63.53%-
XYZ24.4925.837.06-
YUV134.981.78147.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=46.02%
G=38.92%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621375300.150.670.3646.2450.742.16
HexA289350F43242e332a
Octal2422116501710344566352
Binary1010001010001001110101011111000011100100101110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28935; }

 p { color: rgb(162,137,53); }

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

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

 a { background-color: rgb(162,137,53); }

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

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

 span { border-color: rgb(162,137,53); }

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