Html Css Color HEX #A99E1C Lucky

📋 copy color: '#A99E1C'

red 169 ◦ green 158 ◦ blue 28

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

Shades of Lucky #A99E1C

Tints of Lucky #A99E1C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.51%

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 47.61%
G = 44.51%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A99E1C (or 0xA99E1C) is known color: Lucky. HEX triplet: A9, 9E and 1C. RGB value is (169,158,28). Sum of RGB (Red+Green+Blue) = 169+158+28=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E1C is #5661E3. Grayscale: #939393. Windows color (decimal): -5661156 or 1875625. OLE color: 1875625.

HSL color Cylindrical-coordinate representation of color #A99E1C: hue angle of 55.32º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A99E1C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 158 28 -
CMYK 0 0.07 0.83 0.34
HSL 55.32º 0.72% 0.39% -
HSV(B) 55.32º 0.83% 0.66% -
XYZ 28.8 32.97 5.95 -
YUV 146.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 169 158 28 0 0.07 0.83 0.34 55.32 0.72 0.39
Hex A9 9E 1C 0 7 53 22 37 48 27
Octal 251 236 34 0 7 123 42 67 110 47
Binary 10101001 10011110 11100 0 111 1010011 100010 110111 1001000 100111

Color Harmonies of #A99E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99E1C

Black with #A99E1C

Text Example


Text Example

White with #A99E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99E1C; }

 p { color: rgb(169,158,28); }

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

background-color css

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

 a { background-color: rgb(169,158,28); }

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

border-color css

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

 span { border-color: rgb(169,158,28); }

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