Html Css Color HEX #A08B0E Lucky

📋 copy color: '#A08B0E'

red 160 ◦ green 139 ◦ blue 14

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

Shades of Lucky #A08B0E

Tints of Lucky #A08B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 51.12%
G = 44.41%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A08B0E (or 0xA08B0E) is known color: Lucky. HEX triplet: A0, 8B and 0E. RGB value is (160,139,14). Sum of RGB (Red+Green+Blue) = 160+139+14=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08B0E is #5F74F1. Grayscale: #838383. Windows color (decimal): -6255858 or 953248. OLE color: 953248.

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

Color convert

RGB 160 139 14 -
CMYK 0 0.13 0.91 0.37
HSL 51.37º 0.84% 0.34% -
HSV(B) 51.37º 0.91% 0.63% -
XYZ 23.81 25.97 4.17 -
YUV 131.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 160 139 14 0 0.13 0.91 0.37 51.37 0.84 0.34
Hex A0 8B E 0 D 5B 25 33 54 22
Octal 240 213 16 0 15 133 45 63 124 42
Binary 10100000 10001011 1110 0 1101 1011011 100101 110011 1010100 100010

Color Harmonies of #A08B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B0E

Black with #A08B0E

Text Example


Text Example

White with #A08B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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