Html Css Color HEX #AF968F Thatch

📋 copy color: '#AF968F'

red 175 ◦ green 150 ◦ blue 143

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

Shades of Thatch #AF968F

Tints of Thatch #AF968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.05%

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 37.39%
G = 32.05%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF968F (or 0xAF968F) is known color: Thatch. HEX triplet: AF, 96 and 8F. RGB value is (175,150,143). Sum of RGB (Red+Green+Blue) = 175+150+143=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF968F is #506970. Grayscale: #9C9C9C. Windows color (decimal): -5269873 or 9410223. OLE color: 9410223.

HSL color Cylindrical-coordinate representation of color #AF968F: hue angle of 13.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF968F is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 143 -
CMYK 0 0.14 0.18 0.31
HSL 13.13º 0.17% 0.62% -
HSV(B) 13.13º 0.18% 0.69% -
XYZ 33.54 32.91 30.57 -
YUV 156.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 175 150 143 0 0.14 0.18 0.31 13.13 0.17 0.62
Hex AF 96 8F 0 E 12 1F D 11 3E
Octal 257 226 217 0 16 22 37 15 21 76
Binary 10101111 10010110 10001111 0 1110 10010 11111 1101 10001 111110

Color Harmonies of #AF968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF968F

Black with #AF968F

Text Example


Text Example

White with #AF968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF968F; }

 p { color: rgb(175,150,143); }

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

background-color css

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

 a { background-color: rgb(175,150,143); }

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

border-color css

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

 span { border-color: rgb(175,150,143); }

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