Html Css Color HEX #A99B2A Lucky

📋 copy color: '#A99B2A'

red 169 ◦ green 155 ◦ blue 42

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

Shades of Lucky #A99B2A

Tints of Lucky #A99B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.35%

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

R = 46.17%
G = 42.35%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A99B2A (or 0xA99B2A) is known color: Lucky. HEX triplet: A9, 9B and 2A. RGB value is (169,155,42). Sum of RGB (Red+Green+Blue) = 169+155+42=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99B2A is #5664D5. Grayscale: #929292. Windows color (decimal): -5661910 or 2792361. OLE color: 2792361.

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

Color convert

RGB 169 155 42 -
CMYK 0 0.08 0.75 0.34
HSL 53.39º 0.6% 0.41% -
HSV(B) 53.39º 0.75% 0.66% -
XYZ 28.5 32.04 6.87 -
YUV 146.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 169 155 42 0 0.08 0.75 0.34 53.39 0.6 0.41
Hex A9 9B 2A 0 8 4B 22 35 3C 29
Octal 251 233 52 0 10 113 42 65 74 51
Binary 10101001 10011011 101010 0 1000 1001011 100010 110101 111100 101001

Color Harmonies of #A99B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99B2A

Black with #A99B2A

Text Example


Text Example

White with #A99B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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