#A28A2E

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

Shades of Reef Gold #A28A2E

Tints of Reef Gold #A28A2E

Color information

#A28A2E (or 0xA28A2E) is unknown color: approx Reef Gold. HEX triplet: A2, 8A and 2E. RGB value is (162,138,46). Sum of RGB (Red+Green+Blue) = 162+138+46=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A2E is #5D75D1. Grayscale: #878787. Windows color (decimal): -6125010 or 3050146. OLE color: 3050146.

HSL color Cylindrical-coordinate representation of color #A28A2E: hue angle of 47.59º degrees, saturation: 0.56, 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 #A28A2E is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16213846-
CMYK00.150.720.36
HSL47.59º55.77%40.78%-
HSV(B)47.59º71.6%63.53%-
XYZ24.4826.066.32-
YUV134.6977.95147.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 46 (18.36% from 255) = 13.29%
R=46.82%
G=39.88%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621384600.150.720.3647.5955.7740.78
HexA28A2E0F4824303829
Octal2422125601711044607051
Binary1010001010001010101110011111001000100100110000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A2E; }

 p { color: rgb(162,138,46); }

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

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

 a { background-color: rgb(162,138,46); }

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

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

 span { border-color: rgb(162,138,46); }

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