Html Css Color HEX #A09802 Lucky

📋 copy color: '#A09802'

red 160 ◦ green 152 ◦ blue 2

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

Shades of Lucky #A09802

Tints of Lucky #A09802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

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

R = 50.96%
G = 48.41%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A09802 (or 0xA09802) is known color: Lucky. HEX triplet: A0, 98 and 02. RGB value is (160,152,2). Sum of RGB (Red+Green+Blue) = 160+152+2=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A09802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09802 is #5F67FD. Grayscale: #898989. Windows color (decimal): -6252542 or 170144. OLE color: 170144.

HSL color Cylindrical-coordinate representation of color #A09802: hue angle of 56.96º 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 #A09802 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 2 -
CMYK 0 0.05 0.99 0.37
HSL 56.96º 0.98% 0.32% -
HSV(B) 56.96º 0.99% 0.63% -
XYZ 25.74 29.93 4.48 -
YUV 137.29 51.65 144.2 -
System Red Green Blue C M Y K H S L
Decimal 160 152 2 0 0.05 0.99 0.37 56.96 0.98 0.32
Hex A0 98 2 0 5 63 25 39 62 20
Octal 240 230 2 0 5 143 45 71 142 40
Binary 10100000 10011000 10 0 101 1100011 100101 111001 1100010 100000

Color Harmonies of #A09802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09802

Black with #A09802

Text Example


Text Example

White with #A09802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09802; }

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

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

background-color css

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

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

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

border-color css

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

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

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