Html Css Color HEX #A08D14 Lucky

📋 copy color: '#A08D14'

red 160 ◦ green 141 ◦ blue 20

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

Shades of Lucky #A08D14

Tints of Lucky #A08D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.93%

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

R = 49.84%
G = 43.93%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A08D14 (or 0xA08D14) is known color: Lucky. HEX triplet: A0, 8D and 14. RGB value is (160,141,20). Sum of RGB (Red+Green+Blue) = 160+141+20=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D14 is #5F72EB. Grayscale: #858585. Windows color (decimal): -6255340 or 1346976. OLE color: 1346976.

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

Color convert

RGB 160 141 20 -
CMYK 0 0.12 0.88 0.37
HSL 51.86º 0.78% 0.35% -
HSV(B) 51.86º 0.88% 0.63% -
XYZ 24.15 26.57 4.52 -
YUV 132.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 160 141 20 0 0.12 0.88 0.37 51.86 0.78 0.35
Hex A0 8D 14 0 C 58 25 34 4E 23
Octal 240 215 24 0 14 130 45 64 116 43
Binary 10100000 10001101 10100 0 1100 1011000 100101 110100 1001110 100011

Color Harmonies of #A08D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D14

Black with #A08D14

Text Example


Text Example

White with #A08D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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