Html Css Color HEX #A7986B Tallow

📋 copy color: '#A7986B'

red 167 ◦ green 152 ◦ blue 107

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

Shades of Tallow #A7986B

Tints of Tallow #A7986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 39.2%
G = 35.68%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7986B (or 0xA7986B) is known color: Tallow. HEX triplet: A7, 98 and 6B. RGB value is (167,152,107). Sum of RGB (Red+Green+Blue) = 167+152+107=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7986B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7986B is #586794. Grayscale: #979797. Windows color (decimal): -5793685 or 7051431. OLE color: 7051431.

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

Color convert

RGB 167 152 107 -
CMYK 0 0.09 0.36 0.35
HSL 45º 0.25% 0.54% -
HSV(B) 45º 0.36% 0.65% -
XYZ 29.82 31.73 18.46 -
YUV 151.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 167 152 107 0 0.09 0.36 0.35 45 0.25 0.54
Hex A7 98 6B 0 9 24 23 2D 19 36
Octal 247 230 153 0 11 44 43 55 31 66
Binary 10100111 10011000 1101011 0 1001 100100 100011 101101 11001 110110

Color Harmonies of #A7986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7986B

Black with #A7986B

Text Example


Text Example

White with #A7986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7986B; }

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

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

background-color css

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

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

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

border-color css

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

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

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