Html Css Color HEX #A09413 Lucky

📋 copy color: '#A09413'

red 160 ◦ green 148 ◦ blue 19

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

Shades of Lucky #A09413

Tints of Lucky #A09413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 48.93%
G = 45.26%
B = 5.81%

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

#A09413 (or 0xA09413) is known color: Lucky. HEX triplet: A0, 94 and 13. RGB value is (160,148,19). Sum of RGB (Red+Green+Blue) = 160+148+19=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A09413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09413 is #5F6BEC. Grayscale: #898989. Windows color (decimal): -6253549 or 1283232. OLE color: 1283232.

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

Color convert

RGB 160 148 19 -
CMYK 0 0.07 0.88 0.37
HSL 54.89º 0.79% 0.35% -
HSV(B) 54.89º 0.88% 0.63% -
XYZ 25.2 28.7 4.83 -
YUV 136.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 160 148 19 0 0.07 0.88 0.37 54.89 0.79 0.35
Hex A0 94 13 0 7 58 25 37 4F 23
Octal 240 224 23 0 7 130 45 67 117 43
Binary 10100000 10010100 10011 0 111 1011000 100101 110111 1001111 100011

Color Harmonies of #A09413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09413

Black with #A09413

Text Example


Text Example

White with #A09413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09413; }

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

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

background-color css

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

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

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

border-color css

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

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

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