Html Css Color HEX #A99C1C Lucky

📋 copy color: '#A99C1C'

red 169 ◦ green 156 ◦ blue 28

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

Shades of Lucky #A99C1C

Tints of Lucky #A99C1C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.19%

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

R = 47.88%
G = 44.19%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A99C1C (or 0xA99C1C) is known color: Lucky. HEX triplet: A9, 9C and 1C. RGB value is (169,156,28). Sum of RGB (Red+Green+Blue) = 169+156+28=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C1C is #5663E3. Grayscale: #919191. Windows color (decimal): -5661668 or 1875113. OLE color: 1875113.

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

Color convert

RGB 169 156 28 -
CMYK 0 0.08 0.83 0.34
HSL 54.47º 0.72% 0.39% -
HSV(B) 54.47º 0.83% 0.66% -
XYZ 28.46 32.3 5.83 -
YUV 145.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 169 156 28 0 0.08 0.83 0.34 54.47 0.72 0.39
Hex A9 9C 1C 0 8 53 22 36 48 27
Octal 251 234 34 0 10 123 42 66 110 47
Binary 10101001 10011100 11100 0 1000 1010011 100010 110110 1001000 100111

Color Harmonies of #A99C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99C1C

Black with #A99C1C

Text Example


Text Example

White with #A99C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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