Html Css Color HEX #AF9E6A Tallow

📋 copy color: '#AF9E6A'

red 175 ◦ green 158 ◦ blue 106

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

Shades of Tallow #AF9E6A

Tints of Tallow #AF9E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 39.86%
G = 35.99%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF9E6A (or 0xAF9E6A) is known color: Tallow. HEX triplet: AF, 9E and 6A. RGB value is (175,158,106). Sum of RGB (Red+Green+Blue) = 175+158+106=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E6A is #506195. Grayscale: #9D9D9D. Windows color (decimal): -5267862 or 6987439. OLE color: 6987439.

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

Color convert

RGB 175 158 106 -
CMYK 0 0.10 0.39 0.31
HSL 45.22º 0.3% 0.55% -
HSV(B) 45.22º 0.39% 0.69% -
XYZ 32.51 34.61 18.6 -
YUV 157.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 175 158 106 0 0.10 0.39 0.31 45.22 0.3 0.55
Hex AF 9E 6A 0 A 27 1F 2D 1E 37
Octal 257 236 152 0 12 47 37 55 36 67
Binary 10101111 10011110 1101010 0 1010 100111 11111 101101 11110 110111

Color Harmonies of #AF9E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E6A

Black with #AF9E6A

Text Example


Text Example

White with #AF9E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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