Html Css Color HEX #A5A62A Lucky

📋 copy color: '#A5A62A'

red 165 ◦ green 166 ◦ blue 42

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

Shades of Lucky #A5A62A

Tints of Lucky #A5A62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

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

R = 44.24%
G = 44.5%
B = 11.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5A62A (or 0xA5A62A) is known color: Lucky. HEX triplet: A5, A6 and 2A. RGB value is (165,166,42). Sum of RGB (Red+Green+Blue) = 165+166+42=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A62A is #5A59D5. Grayscale: #989898. Windows color (decimal): -5921238 or 2795173. OLE color: 2795173.

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

Color convert

RGB 165 166 42 -
CMYK 0.01 0 0.75 0.35
HSL 60.48º 0.6% 0.41% -
HSV(B) 60.48º 0.75% 0.65% -
XYZ 29.57 35.44 7.47 -
YUV 151.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 165 166 42 0.01 0 0.75 0.35 60.48 0.6 0.41
Hex A5 A6 2A 1 0 4B 23 3C 3C 29
Octal 245 246 52 1 0 113 43 74 74 51
Binary 10100101 10100110 101010 1 0 1001011 100011 111100 111100 101001

Color Harmonies of #A5A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A62A

Black with #A5A62A

Text Example


Text Example

White with #A5A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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