Html Css Color HEX #A8A009 Lucky

📋 copy color: '#A8A009'

red 168 ◦ green 160 ◦ blue 9

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

Shades of Lucky #A8A009

Tints of Lucky #A8A009

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.48%

 BLUE value IS 9 (3.91% from 255) = 2.67%

R = 49.85%
G = 47.48%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A8A009 (or 0xA8A009) is known color: Lucky. HEX triplet: A8, A0 and 09. RGB value is (168,160,9). Sum of RGB (Red+Green+Blue) = 168+160+9=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A009 is #575FF6. Grayscale: #919191. Windows color (decimal): -5726199 or 630952. OLE color: 630952.

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

Color convert

RGB 168 160 9 -
CMYK 0 0.05 0.95 0.34
HSL 56.98º 0.9% 0.35% -
HSV(B) 56.98º 0.95% 0.66% -
XYZ 28.77 33.49 5.21 -
YUV 145.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 168 160 9 0 0.05 0.95 0.34 56.98 0.9 0.35
Hex A8 A0 9 0 5 5F 22 39 5A 23
Octal 250 240 11 0 5 137 42 71 132 43
Binary 10101000 10100000 1001 0 101 1011111 100010 111001 1011010 100011

Color Harmonies of #A8A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A009

Black with #A8A009

Text Example


Text Example

White with #A8A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A009; }

 p { color: rgb(168,160,9); }

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

background-color css

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

 a { background-color: rgb(168,160,9); }

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

border-color css

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

 span { border-color: rgb(168,160,9); }

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