Html Css Color HEX #AF9E77 Tallow

📋 copy color: '#AF9E77'

red 175 ◦ green 158 ◦ blue 119

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

Shades of Tallow #AF9E77

Tints of Tallow #AF9E77

RGB

 RED value IS 175 (68.75% from 255) = 38.72%

 GREEN value IS 158 (62.11% from 255) = 34.96%

 BLUE value IS 119 (46.88% from 255) = 26.33%

R = 38.72%
G = 34.96%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF9E77 (or 0xAF9E77) is known color: Tallow. HEX triplet: AF, 9E and 77. RGB value is (175,158,119). Sum of RGB (Red+Green+Blue) = 175+158+119=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E77 is #506188. Grayscale: #9E9E9E. Windows color (decimal): -5267849 or 7839407. OLE color: 7839407.

HSL color Cylindrical-coordinate representation of color #AF9E77: hue angle of 41.79º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF9E77 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 158 119 -
CMYK 0 0.10 0.32 0.31
HSL 41.79º 0.26% 0.58% -
HSV(B) 41.79º 0.32% 0.69% -
XYZ 33.24 34.9 22.44 -
YUV 158.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 175 158 119 0 0.10 0.32 0.31 41.79 0.26 0.58
Hex AF 9E 77 0 A 20 1F 2A 1A 3A
Octal 257 236 167 0 12 40 37 52 32 72
Binary 10101111 10011110 1110111 0 1010 100000 11111 101010 11010 111010

Color Harmonies of #AF9E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E77

Black with #AF9E77

Text Example


Text Example

White with #AF9E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E77; }

 p { color: rgb(175,158,119); }

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

background-color css

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

 a { background-color: rgb(175,158,119); }

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

border-color css

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

 span { border-color: rgb(175,158,119); }

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