Html Css Color HEX #AF9C6B Tallow

📋 copy color: '#AF9C6B'

red 175 ◦ green 156 ◦ blue 107

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

Shades of Tallow #AF9C6B

Tints of Tallow #AF9C6B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

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

R = 39.95%
G = 35.62%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF9C6B (or 0xAF9C6B) is known color: Tallow. HEX triplet: AF, 9C and 6B. RGB value is (175,156,107). Sum of RGB (Red+Green+Blue) = 175+156+107=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C6B is #506394. Grayscale: #9C9C9C. Windows color (decimal): -5268373 or 7052463. OLE color: 7052463.

HSL color Cylindrical-coordinate representation of color #AF9C6B: hue angle of 43.24º 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 #AF9C6B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 156 107 -
CMYK 0 0.11 0.39 0.31
HSL 43.24º 0.3% 0.55% -
HSV(B) 43.24º 0.39% 0.69% -
XYZ 32.22 33.95 18.77 -
YUV 156.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 175 156 107 0 0.11 0.39 0.31 43.24 0.3 0.55
Hex AF 9C 6B 0 B 27 1F 2B 1E 37
Octal 257 234 153 0 13 47 37 53 36 67
Binary 10101111 10011100 1101011 0 1011 100111 11111 101011 11110 110111

Color Harmonies of #AF9C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C6B

Black with #AF9C6B

Text Example


Text Example

White with #AF9C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C6B; }

 p { color: rgb(175,156,107); }

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

background-color css

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

 a { background-color: rgb(175,156,107); }

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

border-color css

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

 span { border-color: rgb(175,156,107); }

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