Html Css Color HEX #A99B0E Lucky

📋 copy color: '#A99B0E'

red 169 ◦ green 155 ◦ blue 14

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

Shades of Lucky #A99B0E

Tints of Lucky #A99B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.14%

R = 50%
G = 45.86%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A99B0E (or 0xA99B0E) is known color: Lucky. HEX triplet: A9, 9B and 0E. RGB value is (169,155,14). Sum of RGB (Red+Green+Blue) = 169+155+14=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99B0E is #5664F1. Grayscale: #8F8F8F. Windows color (decimal): -5661938 or 957353. OLE color: 957353.

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

Color convert

RGB 169 155 14 -
CMYK 0 0.08 0.92 0.34
HSL 54.58º 0.85% 0.36% -
HSV(B) 54.58º 0.92% 0.66% -
XYZ 28.16 31.91 5.09 -
YUV 143.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 169 155 14 0 0.08 0.92 0.34 54.58 0.85 0.36
Hex A9 9B E 0 8 5C 22 37 55 24
Octal 251 233 16 0 10 134 42 67 125 44
Binary 10101001 10011011 1110 0 1000 1011100 100010 110111 1010101 100100

Color Harmonies of #A99B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99B0E

Black with #A99B0E

Text Example


Text Example

White with #A99B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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