Html Css Color HEX #A8990A Lucky

📋 copy color: '#A8990A'

red 168 ◦ green 153 ◦ blue 10

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

Shades of Lucky #A8990A

Tints of Lucky #A8990A

RGB

 RED value IS 168 (66.02% from 255) = 50.76%

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

 BLUE value IS 10 (4.3% from 255) = 3.02%

R = 50.76%
G = 46.22%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A8990A (or 0xA8990A) is known color: Lucky. HEX triplet: A8, 99 and 0A. RGB value is (168,153,10). Sum of RGB (Red+Green+Blue) = 168+153+10=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8990A is #5766F5. Grayscale: #8D8D8D. Windows color (decimal): -5727990 or 694696. OLE color: 694696.

HSL color Cylindrical-coordinate representation of color #A8990A: hue angle of 54.3º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8990A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 153 10 -
CMYK 0 0.09 0.94 0.34
HSL 54.3º 0.89% 0.35% -
HSV(B) 54.3º 0.94% 0.66% -
XYZ 27.59 31.13 4.84 -
YUV 141.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 168 153 10 0 0.09 0.94 0.34 54.3 0.89 0.35
Hex A8 99 A 0 9 5E 22 36 59 23
Octal 250 231 12 0 11 136 42 66 131 43
Binary 10101000 10011001 1010 0 1001 1011110 100010 110110 1011001 100011

Color Harmonies of #A8990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8990A

Black with #A8990A

Text Example


Text Example

White with #A8990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8990A; }

 p { color: rgb(168,153,10); }

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

background-color css

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

 a { background-color: rgb(168,153,10); }

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

border-color css

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

 span { border-color: rgb(168,153,10); }

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