Html Css Color HEX #A09414 Lucky

📋 copy color: '#A09414'

red 160 ◦ green 148 ◦ blue 20

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

Shades of Lucky #A09414

Tints of Lucky #A09414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

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

R = 48.78%
G = 45.12%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A09414 (or 0xA09414) is known color: Lucky. HEX triplet: A0, 94 and 14. RGB value is (160,148,20). Sum of RGB (Red+Green+Blue) = 160+148+20=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09414 is #5F6BEB. Grayscale: #898989. Windows color (decimal): -6253548 or 1348768. OLE color: 1348768.

HSL color Cylindrical-coordinate representation of color #A09414: hue angle of 54.86º 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 #A09414 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 20 -
CMYK 0 0.07 0.88 0.37
HSL 54.86º 0.78% 0.35% -
HSV(B) 54.86º 0.88% 0.63% -
XYZ 25.21 28.7 4.87 -
YUV 137 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 160 148 20 0 0.07 0.88 0.37 54.86 0.78 0.35
Hex A0 94 14 0 7 58 25 37 4E 23
Octal 240 224 24 0 7 130 45 67 116 43
Binary 10100000 10010100 10100 0 111 1011000 100101 110111 1001110 100011

Color Harmonies of #A09414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09414

Black with #A09414

Text Example


Text Example

White with #A09414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09414; }

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

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

background-color css

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

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

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

border-color css

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

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

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