Html Css Color HEX #A09706 Lucky

📋 copy color: '#A09706'

red 160 ◦ green 151 ◦ blue 6

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

Shades of Lucky #A09706

Tints of Lucky #A09706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 50.47%
G = 47.63%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A09706 (or 0xA09706) is known color: Lucky. HEX triplet: A0, 97 and 06. RGB value is (160,151,6). Sum of RGB (Red+Green+Blue) = 160+151+6=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A09706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09706 is #5F68F9. Grayscale: #898989. Windows color (decimal): -6252794 or 432032. OLE color: 432032.

HSL color Cylindrical-coordinate representation of color #A09706: hue angle of 56.49º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A09706 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 6 -
CMYK 0 0.06 0.96 0.37
HSL 56.49º 0.93% 0.33% -
HSV(B) 56.49º 0.96% 0.63% -
XYZ 25.6 29.62 4.54 -
YUV 137.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 160 151 6 0 0.06 0.96 0.37 56.49 0.93 0.33
Hex A0 97 6 0 6 60 25 38 5D 21
Octal 240 227 6 0 6 140 45 70 135 41
Binary 10100000 10010111 110 0 110 1100000 100101 111000 1011101 100001

Color Harmonies of #A09706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09706

Black with #A09706

Text Example


Text Example

White with #A09706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09706; }

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

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

background-color css

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

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

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

border-color css

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

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

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