Html Css Color HEX #A7980C Lucky

📋 copy color: '#A7980C'

red 167 ◦ green 152 ◦ blue 12

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

Shades of Lucky #A7980C

Tints of Lucky #A7980C

RGB

 RED value IS 167 (65.63% from 255) = 50.45%

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

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 50.45%
G = 45.92%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7980C (or 0xA7980C) is known color: Lucky. HEX triplet: A7, 98 and 0C. RGB value is (167,152,12). Sum of RGB (Red+Green+Blue) = 167+152+12=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7980C is #5867F3. Grayscale: #8D8D8D. Windows color (decimal): -5793780 or 825511. OLE color: 825511.

HSL color Cylindrical-coordinate representation of color #A7980C: hue angle of 54.19º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7980C is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 152 12 -
CMYK 0 0.09 0.93 0.35
HSL 54.19º 0.87% 0.35% -
HSV(B) 54.19º 0.93% 0.65% -
XYZ 27.23 30.7 4.84 -
YUV 140.53 55.47 146.88 -
System Red Green Blue C M Y K H S L
Decimal 167 152 12 0 0.09 0.93 0.35 54.19 0.87 0.35
Hex A7 98 C 0 9 5D 23 36 57 23
Octal 247 230 14 0 11 135 43 66 127 43
Binary 10100111 10011000 1100 0 1001 1011101 100011 110110 1010111 100011

Color Harmonies of #A7980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7980C

Black with #A7980C

Text Example


Text Example

White with #A7980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7980C; }

 p { color: rgb(167,152,12); }

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

background-color css

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

 a { background-color: rgb(167,152,12); }

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

border-color css

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

 span { border-color: rgb(167,152,12); }

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