Html Css Color HEX #AF958E Thatch

📋 copy color: '#AF958E'

red 175 ◦ green 149 ◦ blue 142

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

Shades of Thatch #AF958E

Tints of Thatch #AF958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 37.55%
G = 31.97%
B = 30.47%

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

#AF958E (or 0xAF958E) is known color: Thatch. HEX triplet: AF, 95 and 8E. RGB value is (175,149,142). Sum of RGB (Red+Green+Blue) = 175+149+142=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF958E is #506A71. Grayscale: #9C9C9C. Windows color (decimal): -5270130 or 9344431. OLE color: 9344431.

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

Color convert

RGB 175 149 142 -
CMYK 0 0.15 0.19 0.31
HSL 12.73º 0.17% 0.62% -
HSV(B) 12.73º 0.19% 0.69% -
XYZ 33.31 32.56 30.12 -
YUV 155.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 175 149 142 0 0.15 0.19 0.31 12.73 0.17 0.62
Hex AF 95 8E 0 F 13 1F D 11 3E
Octal 257 225 216 0 17 23 37 15 21 76
Binary 10101111 10010101 10001110 0 1111 10011 11111 1101 10001 111110

Color Harmonies of #AF958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF958E

Black with #AF958E

Text Example


Text Example

White with #AF958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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