Html Css Color HEX #AF9E6C Tallow

📋 copy color: '#AF9E6C'

red 175 ◦ green 158 ◦ blue 108

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

Shades of Tallow #AF9E6C

Tints of Tallow #AF9E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 39.68%
G = 35.83%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF9E6C (or 0xAF9E6C) is known color: Tallow. HEX triplet: AF, 9E and 6C. RGB value is (175,158,108). Sum of RGB (Red+Green+Blue) = 175+158+108=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E6C is #506193. Grayscale: #9D9D9D. Windows color (decimal): -5267860 or 7118511. OLE color: 7118511.

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

Color convert

RGB 175 158 108 -
CMYK 0 0.10 0.38 0.31
HSL 44.78º 0.3% 0.55% -
HSV(B) 44.78º 0.38% 0.69% -
XYZ 32.61 34.65 19.16 -
YUV 157.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 175 158 108 0 0.10 0.38 0.31 44.78 0.3 0.55
Hex AF 9E 6C 0 A 26 1F 2D 1E 37
Octal 257 236 154 0 12 46 37 55 36 67
Binary 10101111 10011110 1101100 0 1010 100110 11111 101101 11110 110111

Color Harmonies of #AF9E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E6C

Black with #AF9E6C

Text Example


Text Example

White with #AF9E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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