Html Css Color HEX #A9972A Lucky

📋 copy color: '#A9972A'

red 169 ◦ green 151 ◦ blue 42

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

Shades of Lucky #A9972A

Tints of Lucky #A9972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

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

R = 46.69%
G = 41.71%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9972A (or 0xA9972A) is known color: Lucky. HEX triplet: A9, 97 and 2A. RGB value is (169,151,42). Sum of RGB (Red+Green+Blue) = 169+151+42=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9972A is #5668D5. Grayscale: #909090. Windows color (decimal): -5662934 or 2791337. OLE color: 2791337.

HSL color Cylindrical-coordinate representation of color #A9972A: hue angle of 51.5º 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 #A9972A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 151 42 -
CMYK 0 0.11 0.75 0.34
HSL 51.5º 0.6% 0.41% -
HSV(B) 51.5º 0.75% 0.66% -
XYZ 27.85 30.74 6.66 -
YUV 143.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 169 151 42 0 0.11 0.75 0.34 51.5 0.6 0.41
Hex A9 97 2A 0 B 4B 22 33 3C 29
Octal 251 227 52 0 13 113 42 63 74 51
Binary 10101001 10010111 101010 0 1011 1001011 100010 110011 111100 101001

Color Harmonies of #A9972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9972A

Black with #A9972A

Text Example


Text Example

White with #A9972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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