#A28835

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

Shades of Reef Gold #A28835

Tints of Reef Gold #A28835

Color information

#A28835 (or 0xA28835) is unknown color: approx Reef Gold. HEX triplet: A2, 88 and 35. RGB value is (162,136,53). Sum of RGB (Red+Green+Blue) = 162+136+53=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A28835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28835 is #5D77CA. Grayscale: #868686. Windows color (decimal): -6125515 or 3508386. OLE color: 3508386.

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

Color convert

RGB16213653-
CMYK00.160.670.36
HSL45.69º50.7%42.16%-
HSV(B)45.69º67.28%63.53%-
XYZ24.3525.557.02-
YUV134.3182.11147.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 53 (21.09% from 255) = 15.10%
R=46.15%
G=38.75%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621365300.160.670.3645.6950.742.16
HexA2883501043242e332a
Octal2422106502010344566352
Binary10100010100010001101010100001000011100100101110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28835; }

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

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

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

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

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

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

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

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