Html Css Color HEX #A0980B Lucky

📋 copy color: '#A0980B'

red 160 ◦ green 152 ◦ blue 11

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

Shades of Lucky #A0980B

Tints of Lucky #A0980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

 BLUE value IS 11 (4.69% from 255) = 3.41%

R = 49.54%
G = 47.06%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0980B (or 0xA0980B) is known color: Lucky. HEX triplet: A0, 98 and 0B. RGB value is (160,152,11). Sum of RGB (Red+Green+Blue) = 160+152+11=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0980B is #5F67F4. Grayscale: #8A8A8A. Windows color (decimal): -6252533 or 759968. OLE color: 759968.

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

Color convert

RGB 160 152 11 -
CMYK 0 0.05 0.93 0.37
HSL 56.78º 0.87% 0.34% -
HSV(B) 56.78º 0.93% 0.63% -
XYZ 25.79 29.95 4.74 -
YUV 138.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 160 152 11 0 0.05 0.93 0.37 56.78 0.87 0.34
Hex A0 98 B 0 5 5D 25 39 57 22
Octal 240 230 13 0 5 135 45 71 127 42
Binary 10100000 10011000 1011 0 101 1011101 100101 111001 1010111 100010

Color Harmonies of #A0980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0980B

Black with #A0980B

Text Example


Text Example

White with #A0980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0980B; }

 p { color: rgb(160,152,11); }

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

background-color css

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

 a { background-color: rgb(160,152,11); }

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

border-color css

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

 span { border-color: rgb(160,152,11); }

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