Html Css Color HEX #A09710 Lucky

📋 copy color: '#A09710'

red 160 ◦ green 151 ◦ blue 16

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

Shades of Lucky #A09710

Tints of Lucky #A09710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 48.93%
G = 46.18%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A09710 (or 0xA09710) is known color: Lucky. HEX triplet: A0, 97 and 10. RGB value is (160,151,16). Sum of RGB (Red+Green+Blue) = 160+151+16=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A09710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09710 is #5F68EF. Grayscale: #8A8A8A. Windows color (decimal): -6252784 or 1087392. OLE color: 1087392.

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

Color convert

RGB 160 151 16 -
CMYK 0 0.06 0.9 0.37
HSL 56.25º 0.82% 0.35% -
HSV(B) 56.25º 0.9% 0.63% -
XYZ 25.66 29.64 4.86 -
YUV 138.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 160 151 16 0 0.06 0.9 0.37 56.25 0.82 0.35
Hex A0 97 10 0 6 5A 25 38 52 23
Octal 240 227 20 0 6 132 45 70 122 43
Binary 10100000 10010111 10000 0 110 1011010 100101 111000 1010010 100011

Color Harmonies of #A09710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09710

Black with #A09710

Text Example


Text Example

White with #A09710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09710; }

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

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

background-color css

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

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

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

border-color css

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

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

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