Html Css Color HEX #A09415 Lucky

📋 copy color: '#A09415'

red 160 ◦ green 148 ◦ blue 21

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

Shades of Lucky #A09415

Tints of Lucky #A09415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 48.63%
G = 44.98%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A09415 (or 0xA09415) is known color: Lucky. HEX triplet: A0, 94 and 15. RGB value is (160,148,21). Sum of RGB (Red+Green+Blue) = 160+148+21=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A09415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09415 is #5F6BEA. Grayscale: #898989. Windows color (decimal): -6253547 or 1414304. OLE color: 1414304.

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

Color convert

RGB 160 148 21 -
CMYK 0 0.07 0.87 0.37
HSL 54.82º 0.77% 0.35% -
HSV(B) 54.82º 0.87% 0.63% -
XYZ 25.22 28.71 4.92 -
YUV 137.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 160 148 21 0 0.07 0.87 0.37 54.82 0.77 0.35
Hex A0 94 15 0 7 57 25 37 4D 23
Octal 240 224 25 0 7 127 45 67 115 43
Binary 10100000 10010100 10101 0 111 1010111 100101 110111 1001101 100011

Color Harmonies of #A09415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09415

Black with #A09415

Text Example


Text Example

White with #A09415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09415; }

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

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

background-color css

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

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

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

border-color css

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

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

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