Html Css Color HEX #A09513 Lucky

📋 copy color: '#A09513'

red 160 ◦ green 149 ◦ blue 19

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

Shades of Lucky #A09513

Tints of Lucky #A09513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

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

R = 48.78%
G = 45.43%
B = 5.79%

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

#A09513 (or 0xA09513) is known color: Lucky. HEX triplet: A0, 95 and 13. RGB value is (160,149,19). Sum of RGB (Red+Green+Blue) = 160+149+19=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09513 is #5F6AEC. Grayscale: #8A8A8A. Windows color (decimal): -6253293 or 1283488. OLE color: 1283488.

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

Color convert

RGB 160 149 19 -
CMYK 0 0.07 0.88 0.37
HSL 55.32º 0.79% 0.35% -
HSV(B) 55.32º 0.88% 0.63% -
XYZ 25.36 29.02 4.88 -
YUV 137.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 160 149 19 0 0.07 0.88 0.37 55.32 0.79 0.35
Hex A0 95 13 0 7 58 25 37 4F 23
Octal 240 225 23 0 7 130 45 67 117 43
Binary 10100000 10010101 10011 0 111 1011000 100101 110111 1001111 100011

Color Harmonies of #A09513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09513

Black with #A09513

Text Example


Text Example

White with #A09513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09513; }

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

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

background-color css

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

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

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

border-color css

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

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

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