Html Css Color HEX #A09214 Lucky

📋 copy color: '#A09214'

red 160 ◦ green 146 ◦ blue 20

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

Shades of Lucky #A09214

Tints of Lucky #A09214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 49.08%
G = 44.79%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A09214 (or 0xA09214) is known color: Lucky. HEX triplet: A0, 92 and 14. RGB value is (160,146,20). Sum of RGB (Red+Green+Blue) = 160+146+20=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09214 is #5F6DEB. Grayscale: #888888. Windows color (decimal): -6254060 or 1348256. OLE color: 1348256.

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

Color convert

RGB 160 146 20 -
CMYK 0 0.09 0.88 0.37
HSL 54º 0.78% 0.35% -
HSV(B) 54º 0.88% 0.63% -
XYZ 24.9 28.08 4.77 -
YUV 135.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 160 146 20 0 0.09 0.88 0.37 54 0.78 0.35
Hex A0 92 14 0 9 58 25 36 4E 23
Octal 240 222 24 0 11 130 45 66 116 43
Binary 10100000 10010010 10100 0 1001 1011000 100101 110110 1001110 100011

Color Harmonies of #A09214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09214

Black with #A09214

Text Example


Text Example

White with #A09214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09214; }

 p { color: rgb(160,146,20); }

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

background-color css

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

 a { background-color: rgb(160,146,20); }

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

border-color css

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

 span { border-color: rgb(160,146,20); }

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