Html Css Color HEX #A5A02B Lucky

📋 copy color: '#A5A02B'

red 165 ◦ green 160 ◦ blue 43

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

Shades of Lucky #A5A02B

Tints of Lucky #A5A02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 44.84%
G = 43.48%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5A02B (or 0xA5A02B) is known color: Lucky. HEX triplet: A5, A0 and 2B. RGB value is (165,160,43). Sum of RGB (Red+Green+Blue) = 165+160+43=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A02B is #5A5FD4. Grayscale: #949494. Windows color (decimal): -5922773 or 2859173. OLE color: 2859173.

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

Color convert

RGB 165 160 43 -
CMYK 0 0.03 0.74 0.35
HSL 57.54º 0.59% 0.41% -
HSV(B) 57.54º 0.74% 0.65% -
XYZ 28.52 33.32 7.21 -
YUV 148.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 165 160 43 0 0.03 0.74 0.35 57.54 0.59 0.41
Hex A5 A0 2B 0 3 4A 23 3A 3B 29
Octal 245 240 53 0 3 112 43 72 73 51
Binary 10100101 10100000 101011 0 11 1001010 100011 111010 111011 101001

Color Harmonies of #A5A02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A02B

Black with #A5A02B

Text Example


Text Example

White with #A5A02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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