Html Css Color HEX #A0980D Lucky

📋 copy color: '#A0980D'

red 160 ◦ green 152 ◦ blue 13

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

Shades of Lucky #A0980D

Tints of Lucky #A0980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 49.23%
G = 46.77%
B = 4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0980D (or 0xA0980D) is known color: Lucky. HEX triplet: A0, 98 and 0D. RGB value is (160,152,13). Sum of RGB (Red+Green+Blue) = 160+152+13=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0980D is #5F67F2. Grayscale: #8B8B8B. Windows color (decimal): -6252531 or 891040. OLE color: 891040.

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

Color convert

RGB 160 152 13 -
CMYK 0 0.05 0.92 0.37
HSL 56.73º 0.85% 0.34% -
HSV(B) 56.73º 0.92% 0.63% -
XYZ 25.8 29.96 4.8 -
YUV 138.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 160 152 13 0 0.05 0.92 0.37 56.73 0.85 0.34
Hex A0 98 D 0 5 5C 25 39 55 22
Octal 240 230 15 0 5 134 45 71 125 42
Binary 10100000 10011000 1101 0 101 1011100 100101 111001 1010101 100010

Color Harmonies of #A0980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0980D

Black with #A0980D

Text Example


Text Example

White with #A0980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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