Html Css Color HEX #A09718 Lucky

📋 copy color: '#A09718'

red 160 ◦ green 151 ◦ blue 24

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

Shades of Lucky #A09718

Tints of Lucky #A09718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 47.76%
G = 45.07%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A09718 (or 0xA09718) is known color: Lucky. HEX triplet: A0, 97 and 18. RGB value is (160,151,24). Sum of RGB (Red+Green+Blue) = 160+151+24=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A09718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09718 is #5F68E7. Grayscale: #8B8B8B. Windows color (decimal): -6252776 or 1611680. OLE color: 1611680.

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

Color convert

RGB 160 151 24 -
CMYK 0 0.06 0.85 0.37
HSL 56.03º 0.74% 0.36% -
HSV(B) 56.03º 0.85% 0.63% -
XYZ 25.73 29.67 5.24 -
YUV 139.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 160 151 24 0 0.06 0.85 0.37 56.03 0.74 0.36
Hex A0 97 18 0 6 55 25 38 4A 24
Octal 240 227 30 0 6 125 45 70 112 44
Binary 10100000 10010111 11000 0 110 1010101 100101 111000 1001010 100100

Color Harmonies of #A09718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09718

Black with #A09718

Text Example


Text Example

White with #A09718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09718; }

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

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

background-color css

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

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

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

border-color css

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

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

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