#A28E2D

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

Shades of Reef Gold #A28E2D

Tints of Reef Gold #A28E2D

Color information

#A28E2D (or 0xA28E2D) is unknown color: approx Reef Gold. HEX triplet: A2, 8E and 2D. RGB value is (162,142,45). Sum of RGB (Red+Green+Blue) = 162+142+45=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E2D is #5D71D2. Grayscale: #898989. Windows color (decimal): -6123987 or 2985634. OLE color: 2985634.

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

Color convert

RGB16214245-
CMYK00.120.720.36
HSL49.74º56.52%40.59%-
HSV(B)49.74º72.22%63.53%-
XYZ25.0527.226.42-
YUV136.9276.13145.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=46.42%
G=40.69%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621424500.120.720.3649.7456.5240.59
HexA28E2D0C4824323929
Octal2422165501411044627151
Binary1010001010001110101101011001001000100100110010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E2D; }

 p { color: rgb(162,142,45); }

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

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

 a { background-color: rgb(162,142,45); }

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

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

 span { border-color: rgb(162,142,45); }

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