Html Css Color HEX #A59502 Lucky

📋 copy color: '#A59502'

red 165 ◦ green 149 ◦ blue 2

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

Shades of Lucky #A59502

Tints of Lucky #A59502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 52.22%
G = 47.15%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A59502 (or 0xA59502) is known color: Lucky. HEX triplet: A5, 95 and 02. RGB value is (165,149,2). Sum of RGB (Red+Green+Blue) = 165+149+2=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A59502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59502 is #5A6AFD. Grayscale: #898989. Windows color (decimal): -5925630 or 169381. OLE color: 169381.

HSL color Cylindrical-coordinate representation of color #A59502: hue angle of 54.11º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A59502 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 2 -
CMYK 0 0.10 0.99 0.35
HSL 54.11º 0.98% 0.33% -
HSV(B) 54.11º 0.99% 0.65% -
XYZ 26.28 29.5 4.37 -
YUV 137.03 51.8 147.95 -
System Red Green Blue C M Y K H S L
Decimal 165 149 2 0 0.10 0.99 0.35 54.11 0.98 0.33
Hex A5 95 2 0 A 63 23 36 62 21
Octal 245 225 2 0 12 143 43 66 142 41
Binary 10100101 10010101 10 0 1010 1100011 100011 110110 1100010 100001

Color Harmonies of #A59502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59502

Black with #A59502

Text Example


Text Example

White with #A59502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59502; }

 p { color: rgb(165,149,2); }

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

background-color css

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

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

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

border-color css

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

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

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