Html Css Color HEX #A0991A Lucky

📋 copy color: '#A0991A'

red 160 ◦ green 153 ◦ blue 26

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

Shades of Lucky #A0991A

Tints of Lucky #A0991A

RGB

 RED value IS 160 (62.89% from 255) = 47.2%

 GREEN value IS 153 (60.16% from 255) = 45.13%

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 47.2%
G = 45.13%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0991A (or 0xA0991A) is known color: Lucky. HEX triplet: A0, 99 and 1A. RGB value is (160,153,26). Sum of RGB (Red+Green+Blue) = 160+153+26=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0991A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0991A is #5F66E5. Grayscale: #8D8D8D. Windows color (decimal): -6252262 or 1743264. OLE color: 1743264.

HSL color Cylindrical-coordinate representation of color #A0991A: hue angle of 56.87º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0991A is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 26 -
CMYK 0 0.04 0.84 0.37
HSL 56.87º 0.72% 0.36% -
HSV(B) 56.87º 0.84% 0.63% -
XYZ 26.07 30.33 5.46 -
YUV 140.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 160 153 26 0 0.04 0.84 0.37 56.87 0.72 0.36
Hex A0 99 1A 0 4 54 25 39 48 24
Octal 240 231 32 0 4 124 45 71 110 44
Binary 10100000 10011001 11010 0 100 1010100 100101 111001 1001000 100100

Color Harmonies of #A0991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0991A

Black with #A0991A

Text Example


Text Example

White with #A0991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0991A; }

 p { color: rgb(160,153,26); }

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

background-color css

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

 a { background-color: rgb(160,153,26); }

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

border-color css

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

 span { border-color: rgb(160,153,26); }

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