Html Css Color HEX #A08D15 Lucky

📋 copy color: '#A08D15'

red 160 ◦ green 141 ◦ blue 21

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

Shades of Lucky #A08D15

Tints of Lucky #A08D15

RGB

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

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

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

R = 49.69%
G = 43.79%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A08D15 (or 0xA08D15) is known color: Lucky. HEX triplet: A0, 8D and 15. RGB value is (160,141,21). Sum of RGB (Red+Green+Blue) = 160+141+21=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D15 is #5F72EA. Grayscale: #858585. Windows color (decimal): -6255339 or 1412512. OLE color: 1412512.

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

Color convert

RGB 160 141 21 -
CMYK 0 0.12 0.87 0.37
HSL 51.8º 0.77% 0.35% -
HSV(B) 51.8º 0.87% 0.63% -
XYZ 24.16 26.58 4.57 -
YUV 133 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 160 141 21 0 0.12 0.87 0.37 51.8 0.77 0.35
Hex A0 8D 15 0 C 57 25 34 4D 23
Octal 240 215 25 0 14 127 45 64 115 43
Binary 10100000 10001101 10101 0 1100 1010111 100101 110100 1001101 100011

Color Harmonies of #A08D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D15

Black with #A08D15

Text Example


Text Example

White with #A08D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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