#A28B2C

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

Shades of Reef Gold #A28B2C

Tints of Reef Gold #A28B2C

Color information

#A28B2C (or 0xA28B2C) is unknown color: approx Reef Gold. HEX triplet: A2, 8B and 2C. RGB value is (162,139,44). Sum of RGB (Red+Green+Blue) = 162+139+44=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B2C is #5D74D3. Grayscale: #878787. Windows color (decimal): -6124756 or 2919330. OLE color: 2919330.

HSL color Cylindrical-coordinate representation of color #A28B2C: hue angle of 48.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A28B2C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16213944-
CMYK00.140.730.36
HSL48.31º57.28%40.39%-
HSV(B)48.31º72.84%63.53%-
XYZ24.5926.336.17-
YUV135.0576.62147.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 44 (17.58% from 255) = 12.75%
R=46.96%
G=40.29%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621394400.140.730.3648.3157.2840.39
HexA28B2C0E4924303928
Octal2422135401611144607150
Binary1010001010001011101100011101001001100100110000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B2C; }

 p { color: rgb(162,139,44); }

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

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

 a { background-color: rgb(162,139,44); }

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

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

 span { border-color: rgb(162,139,44); }

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