Html Css Color HEX #A2992F Reef Gold

📋 copy color: '#A2992F'

red 162 ◦ green 153 ◦ blue 47

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

Shades of Reef Gold #A2992F

Tints of Reef Gold #A2992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 44.75%
G = 42.27%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A2992F (or 0xA2992F) is known color: Reef Gold. HEX triplet: A2, 99 and 2F. RGB value is (162,153,47). Sum of RGB (Red+Green+Blue) = 162+153+47=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A2992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2992F is #5D66D0. Grayscale: #909090. Windows color (decimal): -6121169 or 3119522. OLE color: 3119522.

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

Color convert

RGB 162 153 47 -
CMYK 0 0.06 0.71 0.36
HSL 55.3º 0.55% 0.41% -
HSV(B) 55.3º 0.71% 0.64% -
XYZ 26.8 30.67 7.2 -
YUV 143.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 162 153 47 0 0.06 0.71 0.36 55.3 0.55 0.41
Hex A2 99 2F 0 6 47 24 37 37 29
Octal 242 231 57 0 6 107 44 67 67 51
Binary 10100010 10011001 101111 0 110 1000111 100100 110111 110111 101001

Color Harmonies of #A2992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2992F

Black with #A2992F

Text Example


Text Example

White with #A2992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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