Html Css Color HEX #AF958F Thatch

📋 copy color: '#AF958F'

red 175 ◦ green 149 ◦ blue 143

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

Shades of Thatch #AF958F

Tints of Thatch #AF958F

RGB

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

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

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

R = 37.47%
G = 31.91%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF958F (or 0xAF958F) is known color: Thatch. HEX triplet: AF, 95 and 8F. RGB value is (175,149,143). Sum of RGB (Red+Green+Blue) = 175+149+143=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF958F is #506A70. Grayscale: #9C9C9C. Windows color (decimal): -5270129 or 9409967. OLE color: 9409967.

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

Color convert

RGB 175 149 143 -
CMYK 0 0.15 0.18 0.31
HSL 11.25º 0.17% 0.62% -
HSV(B) 11.25º 0.18% 0.69% -
XYZ 33.38 32.59 30.52 -
YUV 156.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 175 149 143 0 0.15 0.18 0.31 11.25 0.17 0.62
Hex AF 95 8F 0 F 12 1F B 11 3E
Octal 257 225 217 0 17 22 37 13 21 76
Binary 10101111 10010101 10001111 0 1111 10010 11111 1011 10001 111110

Color Harmonies of #AF958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF958F

Black with #AF958F

Text Example


Text Example

White with #AF958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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