Html Css Color HEX #A9992F Reef Gold

📋 copy color: '#A9992F'

red 169 ◦ green 153 ◦ blue 47

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

Shades of Reef Gold #A9992F

Tints of Reef Gold #A9992F

RGB

 RED value IS 169 (66.41% from 255) = 45.8%

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

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

R = 45.8%
G = 41.46%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A9992F (or 0xA9992F) is known color: Reef Gold. HEX triplet: A9, 99 and 2F. RGB value is (169,153,47). Sum of RGB (Red+Green+Blue) = 169+153+47=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A9992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9992F is #5666D0. Grayscale: #929292. Windows color (decimal): -5662417 or 3119529. OLE color: 3119529.

HSL color Cylindrical-coordinate representation of color #A9992F: hue angle of 52.13º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9992F is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 153 47 -
CMYK 0 0.09 0.72 0.34
HSL 52.13º 0.56% 0.42% -
HSV(B) 52.13º 0.72% 0.66% -
XYZ 28.27 31.42 7.26 -
YUV 145.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 169 153 47 0 0.09 0.72 0.34 52.13 0.56 0.42
Hex A9 99 2F 0 9 48 22 34 38 2A
Octal 251 231 57 0 11 110 42 64 70 52
Binary 10101001 10011001 101111 0 1001 1001000 100010 110100 111000 101010

Color Harmonies of #A9992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9992F

Black with #A9992F

Text Example


Text Example

White with #A9992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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