#A2842F

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

Shades of Reef Gold #A2842F

Tints of Reef Gold #A2842F

Color information

#A2842F (or 0xA2842F) is unknown color: approx Reef Gold. HEX triplet: A2, 84 and 2F. RGB value is (162,132,47). Sum of RGB (Red+Green+Blue) = 162+132+47=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2842F is #5D7BD0. Grayscale: #838383. Windows color (decimal): -6126545 or 3114146. OLE color: 3114146.

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

Color convert

RGB16213247-
CMYK00.190.710.36
HSL44.35º55.02%40.98%-
HSV(B)44.35º70.99%63.53%-
XYZ23.6624.396.15-
YUV131.2880.44149.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 47 (18.75% from 255) = 13.78%
R=47.51%
G=38.71%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621324700.190.710.3644.3555.0240.98
HexA2842F01347242c3729
Octal2422045702310744546751
Binary10100010100001001011110100111000111100100101100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2842F; }

 p { color: rgb(162,132,47); }

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

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

 a { background-color: rgb(162,132,47); }

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

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

 span { border-color: rgb(162,132,47); }

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