Html Css Color HEX #A5A52A Lucky

📋 copy color: '#A5A52A'

red 165 ◦ green 165 ◦ blue 42

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

Shades of Lucky #A5A52A

Tints of Lucky #A5A52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.35%

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

R = 44.35%
G = 44.35%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5A52A (or 0xA5A52A) is known color: Lucky. HEX triplet: A5, A5 and 2A. RGB value is (165,165,42). Sum of RGB (Red+Green+Blue) = 165+165+42=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A52A is #5A5AD5. Grayscale: #979797. Windows color (decimal): -5921494 or 2794917. OLE color: 2794917.

HSL color Cylindrical-coordinate representation of color #A5A52A: hue angle of 60º 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 #A5A52A is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 165 42 -
CMYK 0 0 0.75 0.35
HSL 60º 0.59% 0.41% -
HSV(B) 60º 0.75% 0.65% -
XYZ 29.39 35.08 7.41 -
YUV 150.98 66.5 138 -
System Red Green Blue C M Y K H S L
Decimal 165 165 42 0 0 0.75 0.35 60 0.59 0.41
Hex A5 A5 2A 0 0 4B 23 3C 3B 29
Octal 245 245 52 0 0 113 43 74 73 51
Binary 10100101 10100101 101010 0 0 1001011 100011 111100 111011 101001

Color Harmonies of #A5A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A52A

Black with #A5A52A

Text Example


Text Example

White with #A5A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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