Html Css Color HEX #A9941C Lucky

📋 copy color: '#A9941C'

red 169 ◦ green 148 ◦ blue 28

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

Shades of Lucky #A9941C

Tints of Lucky #A9941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

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

R = 48.99%
G = 42.9%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9941C (or 0xA9941C) is known color: Lucky. HEX triplet: A9, 94 and 1C. RGB value is (169,148,28). Sum of RGB (Red+Green+Blue) = 169+148+28=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9941C is #566BE3. Grayscale: #8D8D8D. Windows color (decimal): -5663716 or 1873065. OLE color: 1873065.

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

Color convert

RGB 169 148 28 -
CMYK 0 0.12 0.83 0.34
HSL 51.06º 0.72% 0.39% -
HSV(B) 51.06º 0.83% 0.66% -
XYZ 27.16 29.7 5.4 -
YUV 140.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 169 148 28 0 0.12 0.83 0.34 51.06 0.72 0.39
Hex A9 94 1C 0 C 53 22 33 48 27
Octal 251 224 34 0 14 123 42 63 110 47
Binary 10101001 10010100 11100 0 1100 1010011 100010 110011 1001000 100111

Color Harmonies of #A9941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9941C

Black with #A9941C

Text Example


Text Example

White with #A9941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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