Html Css Color HEX #A08B11 Lucky

📋 copy color: '#A08B11'

red 160 ◦ green 139 ◦ blue 17

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

Shades of Lucky #A08B11

Tints of Lucky #A08B11

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.99%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 50.63%
G = 43.99%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A08B11 (or 0xA08B11) is known color: Lucky. HEX triplet: A0, 8B and 11. RGB value is (160,139,17). Sum of RGB (Red+Green+Blue) = 160+139+17=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08B11 is #5F74EE. Grayscale: #838383. Windows color (decimal): -6255855 or 1149856. OLE color: 1149856.

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

Color convert

RGB 160 139 17 -
CMYK 0 0.13 0.89 0.37
HSL 51.19º 0.81% 0.35% -
HSV(B) 51.19º 0.89% 0.63% -
XYZ 23.83 25.98 4.29 -
YUV 131.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 160 139 17 0 0.13 0.89 0.37 51.19 0.81 0.35
Hex A0 8B 11 0 D 59 25 33 51 23
Octal 240 213 21 0 15 131 45 63 121 43
Binary 10100000 10001011 10001 0 1101 1011001 100101 110011 1010001 100011

Color Harmonies of #A08B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B11

Black with #A08B11

Text Example


Text Example

White with #A08B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B11; }

 p { color: rgb(160,139,17); }

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

background-color css

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

 a { background-color: rgb(160,139,17); }

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

border-color css

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

 span { border-color: rgb(160,139,17); }

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