Html Css Color HEX #A09702 Lucky

📋 copy color: '#A09702'

red 160 ◦ green 151 ◦ blue 2

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

Shades of Lucky #A09702

Tints of Lucky #A09702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.24%

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

R = 51.12%
G = 48.24%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A09702 (or 0xA09702) is known color: Lucky. HEX triplet: A0, 97 and 02. RGB value is (160,151,2). Sum of RGB (Red+Green+Blue) = 160+151+2=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A09702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09702 is #5F68FD. Grayscale: #898989. Windows color (decimal): -6252798 or 169888. OLE color: 169888.

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

Color convert

RGB 160 151 2 -
CMYK 0 0.06 0.99 0.37
HSL 56.58º 0.98% 0.32% -
HSV(B) 56.58º 0.99% 0.63% -
XYZ 25.57 29.61 4.43 -
YUV 136.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 160 151 2 0 0.06 0.99 0.37 56.58 0.98 0.32
Hex A0 97 2 0 6 63 25 39 62 20
Octal 240 227 2 0 6 143 45 71 142 40
Binary 10100000 10010111 10 0 110 1100011 100101 111001 1100010 100000

Color Harmonies of #A09702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09702

Black with #A09702

Text Example


Text Example

White with #A09702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09702; }

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

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

background-color css

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

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

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

border-color css

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

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

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