Html Css Color HEX #A99B2E Lucky

📋 copy color: '#A99B2E'

red 169 ◦ green 155 ◦ blue 46

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

Shades of Lucky #A99B2E

Tints of Lucky #A99B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 45.68%
G = 41.89%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A99B2E (or 0xA99B2E) is known color: Lucky. HEX triplet: A9, 9B and 2E. RGB value is (169,155,46). Sum of RGB (Red+Green+Blue) = 169+155+46=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99B2E is #5664D1. Grayscale: #939393. Windows color (decimal): -5661906 or 3054505. OLE color: 3054505.

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

Color convert

RGB 169 155 46 -
CMYK 0 0.08 0.73 0.34
HSL 53.17º 0.57% 0.42% -
HSV(B) 53.17º 0.73% 0.66% -
XYZ 28.58 32.07 7.27 -
YUV 146.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 169 155 46 0 0.08 0.73 0.34 53.17 0.57 0.42
Hex A9 9B 2E 0 8 49 22 35 39 2A
Octal 251 233 56 0 10 111 42 65 71 52
Binary 10101001 10011011 101110 0 1000 1001001 100010 110101 111001 101010

Color Harmonies of #A99B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99B2E

Black with #A99B2E

Text Example


Text Example

White with #A99B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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