#A28231

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

Shades of Reef Gold #A28231

Tints of Reef Gold #A28231

Color information

#A28231 (or 0xA28231) is unknown color: approx Reef Gold. HEX triplet: A2, 82 and 31. RGB value is (162,130,49). Sum of RGB (Red+Green+Blue) = 162+130+49=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A28231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28231 is #5D7DCE. Grayscale: #828282. Windows color (decimal): -6127055 or 3244706. OLE color: 3244706.

HSL color Cylindrical-coordinate representation of color #A28231: hue angle of 43.01º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A28231 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16213049-
CMYK00.200.700.36
HSL43.01º53.55%41.37%-
HSV(B)43.01º69.75%63.53%-
XYZ23.4423.876.28-
YUV130.3382.1150.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 49 (19.53% from 255) = 14.37%
R=47.51%
G=38.12%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621304900.200.700.3643.0153.5541.37
HexA2823101446242b3629
Octal2422026102410644536651
Binary10100010100000101100010101001000110100100101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28231; }

 p { color: rgb(162,130,49); }

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

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

 a { background-color: rgb(162,130,49); }

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

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

 span { border-color: rgb(162,130,49); }

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