Html Css Color HEX #A5A02A Lucky

📋 copy color: '#A5A02A'

red 165 ◦ green 160 ◦ blue 42

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

Shades of Lucky #A5A02A

Tints of Lucky #A5A02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 44.96%
G = 43.6%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5A02A (or 0xA5A02A) is known color: Lucky. HEX triplet: A5, A0 and 2A. RGB value is (165,160,42). Sum of RGB (Red+Green+Blue) = 165+160+42=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A02A is #5A5FD5. Grayscale: #949494. Windows color (decimal): -5922774 or 2793637. OLE color: 2793637.

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

Color convert

RGB 165 160 42 -
CMYK 0 0.03 0.75 0.35
HSL 57.56º 0.59% 0.41% -
HSV(B) 57.56º 0.75% 0.65% -
XYZ 28.51 33.31 7.12 -
YUV 148.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 165 160 42 0 0.03 0.75 0.35 57.56 0.59 0.41
Hex A5 A0 2A 0 3 4B 23 3A 3B 29
Octal 245 240 52 0 3 113 43 72 73 51
Binary 10100101 10100000 101010 0 11 1001011 100011 111010 111011 101001

Color Harmonies of #A5A02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A02A

Black with #A5A02A

Text Example


Text Example

White with #A5A02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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