Html Css Color HEX #A5A00A Lucky

📋 copy color: '#A5A00A'

red 165 ◦ green 160 ◦ blue 10

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

Shades of Lucky #A5A00A

Tints of Lucky #A5A00A

RGB

 RED value IS 165 (64.84% from 255) = 49.25%

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

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

R = 49.25%
G = 47.76%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5A00A (or 0xA5A00A) is known color: Lucky. HEX triplet: A5, A0 and 0A. RGB value is (165,160,10). Sum of RGB (Red+Green+Blue) = 165+160+10=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A00A is #5A5FF5. Grayscale: #909090. Windows color (decimal): -5922806 or 696485. OLE color: 696485.

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

Color convert

RGB 165 160 10 -
CMYK 0 0.03 0.94 0.35
HSL 58.06º 0.89% 0.34% -
HSV(B) 58.06º 0.94% 0.65% -
XYZ 28.14 33.16 5.2 -
YUV 144.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 165 160 10 0 0.03 0.94 0.35 58.06 0.89 0.34
Hex A5 A0 A 0 3 5E 23 3A 59 22
Octal 245 240 12 0 3 136 43 72 131 42
Binary 10100101 10100000 1010 0 11 1011110 100011 111010 1011001 100010

Color Harmonies of #A5A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A00A

Black with #A5A00A

Text Example


Text Example

White with #A5A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A00A; }

 p { color: rgb(165,160,10); }

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

background-color css

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

 a { background-color: rgb(165,160,10); }

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

border-color css

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

 span { border-color: rgb(165,160,10); }

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