Html Css Color HEX #A09316 Lucky

📋 copy color: '#A09316'

red 160 ◦ green 147 ◦ blue 22

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

Shades of Lucky #A09316

Tints of Lucky #A09316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 48.63%
G = 44.68%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A09316 (or 0xA09316) is known color: Lucky. HEX triplet: A0, 93 and 16. RGB value is (160,147,22). Sum of RGB (Red+Green+Blue) = 160+147+22=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A09316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09316 is #5F6CE9. Grayscale: #898989. Windows color (decimal): -6253802 or 1479584. OLE color: 1479584.

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

Color convert

RGB 160 147 22 -
CMYK 0 0.08 0.86 0.37
HSL 54.35º 0.76% 0.36% -
HSV(B) 54.35º 0.86% 0.63% -
XYZ 25.08 28.4 4.92 -
YUV 136.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 160 147 22 0 0.08 0.86 0.37 54.35 0.76 0.36
Hex A0 93 16 0 8 56 25 36 4C 24
Octal 240 223 26 0 10 126 45 66 114 44
Binary 10100000 10010011 10110 0 1000 1010110 100101 110110 1001100 100100

Color Harmonies of #A09316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09316

Black with #A09316

Text Example


Text Example

White with #A09316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09316; }

 p { color: rgb(160,147,22); }

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

background-color css

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

 a { background-color: rgb(160,147,22); }

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

border-color css

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

 span { border-color: rgb(160,147,22); }

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