Html Css Color HEX #A9992A Lucky

📋 copy color: '#A9992A'

red 169 ◦ green 153 ◦ blue 42

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

Shades of Lucky #A9992A

Tints of Lucky #A9992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 46.43%
G = 42.03%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9992A (or 0xA9992A) is known color: Lucky. HEX triplet: A9, 99 and 2A. RGB value is (169,153,42). Sum of RGB (Red+Green+Blue) = 169+153+42=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9992A is #5666D5. Grayscale: #919191. Windows color (decimal): -5662422 or 2791849. OLE color: 2791849.

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

Color convert

RGB 169 153 42 -
CMYK 0 0.09 0.75 0.34
HSL 52.44º 0.6% 0.41% -
HSV(B) 52.44º 0.75% 0.66% -
XYZ 28.17 31.38 6.76 -
YUV 145.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 169 153 42 0 0.09 0.75 0.34 52.44 0.6 0.41
Hex A9 99 2A 0 9 4B 22 34 3C 29
Octal 251 231 52 0 11 113 42 64 74 51
Binary 10101001 10011001 101010 0 1001 1001011 100010 110100 111100 101001

Color Harmonies of #A9992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9992A

Black with #A9992A

Text Example


Text Example

White with #A9992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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