Html Css Color HEX #A09502 Lucky

📋 copy color: '#A09502'

red 160 ◦ green 149 ◦ blue 2

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

Shades of Lucky #A09502

Tints of Lucky #A09502

RGB

 RED value IS 160 (62.89% from 255) = 51.45%

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

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

R = 51.45%
G = 47.91%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A09502 (or 0xA09502) is known color: Lucky. HEX triplet: A0, 95 and 02. RGB value is (160,149,2). Sum of RGB (Red+Green+Blue) = 160+149+2=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A09502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09502 is #5F6AFD. Grayscale: #888888. Windows color (decimal): -6253310 or 169376. OLE color: 169376.

HSL color Cylindrical-coordinate representation of color #A09502: hue angle of 55.82º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A09502 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 2 -
CMYK 0 0.07 0.99 0.37
HSL 55.82º 0.98% 0.32% -
HSV(B) 55.82º 0.99% 0.63% -
XYZ 25.26 28.97 4.32 -
YUV 135.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 160 149 2 0 0.07 0.99 0.37 55.82 0.98 0.32
Hex A0 95 2 0 7 63 25 38 62 20
Octal 240 225 2 0 7 143 45 70 142 40
Binary 10100000 10010101 10 0 111 1100011 100101 111000 1100010 100000

Color Harmonies of #A09502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09502

Black with #A09502

Text Example


Text Example

White with #A09502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09502; }

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

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

background-color css

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

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

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

border-color css

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

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

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