Html Css Color HEX #AF958D Thatch

📋 copy color: '#AF958D'

red 175 ◦ green 149 ◦ blue 141

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

Shades of Thatch #AF958D

Tints of Thatch #AF958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 37.63%
G = 32.04%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF958D (or 0xAF958D) is known color: Thatch. HEX triplet: AF, 95 and 8D. RGB value is (175,149,141). Sum of RGB (Red+Green+Blue) = 175+149+141=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF958D is #506A72. Grayscale: #9B9B9B. Windows color (decimal): -5270131 or 9278895. OLE color: 9278895.

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

Color convert

RGB 175 149 141 -
CMYK 0 0.15 0.19 0.31
HSL 14.12º 0.18% 0.62% -
HSV(B) 14.12º 0.19% 0.69% -
XYZ 33.23 32.53 29.73 -
YUV 155.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 175 149 141 0 0.15 0.19 0.31 14.12 0.18 0.62
Hex AF 95 8D 0 F 13 1F E 12 3E
Octal 257 225 215 0 17 23 37 16 22 76
Binary 10101111 10010101 10001101 0 1111 10011 11111 1110 10010 111110

Color Harmonies of #AF958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF958D

Black with #AF958D

Text Example


Text Example

White with #AF958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF958D; }

 p { color: rgb(175,149,141); }

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

background-color css

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

 a { background-color: rgb(175,149,141); }

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

border-color css

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

 span { border-color: rgb(175,149,141); }

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