Html Css Color HEX #A2892F Reef Gold

📋 copy color: '#A2892F'

red 162 ◦ green 137 ◦ blue 47

#A2892F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A2892F

Tints of Reef Gold #A2892F

RGB

 RED value IS 162 (63.67% from 255) = 46.82%

 GREEN value IS 137 (53.91% from 255) = 39.6%

 BLUE value IS 47 (18.75% from 255) = 13.58%

R = 46.82%
G = 39.6%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A2892F (or 0xA2892F) is known color: Reef Gold. HEX triplet: A2, 89 and 2F. RGB value is (162,137,47). Sum of RGB (Red+Green+Blue) = 162+137+47=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A2892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2892F is #5D76D0. Grayscale: #868686. Windows color (decimal): -6125265 or 3115426. OLE color: 3115426.

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

Color convert

RGB 162 137 47 -
CMYK 0 0.15 0.71 0.36
HSL 46.96º 0.55% 0.41% -
HSV(B) 46.96º 0.71% 0.64% -
XYZ 24.36 25.78 6.38 -
YUV 134.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 162 137 47 0 0.15 0.71 0.36 46.96 0.55 0.41
Hex A2 89 2F 0 F 47 24 2F 37 29
Octal 242 211 57 0 17 107 44 57 67 51
Binary 10100010 10001001 101111 0 1111 1000111 100100 101111 110111 101001

Color Harmonies of #A2892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2892F

Black with #A2892F

Text Example


Text Example

White with #A2892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2892F; }

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

 H1.HeaderClassName
 {
   color: #A2892F;
 }
 .AnyTagClassName
 {
   color: #A2892F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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