Html Css Color HEX #AF918D Thatch

📋 copy color: '#AF918D'

red 175 ◦ green 145 ◦ blue 141

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

Shades of Thatch #AF918D

Tints of Thatch #AF918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.45%

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

R = 37.96%
G = 31.45%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF918D (or 0xAF918D) is known color: Thatch. HEX triplet: AF, 91 and 8D. RGB value is (175,145,141). Sum of RGB (Red+Green+Blue) = 175+145+141=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918D is #506E72. Grayscale: #999999. Windows color (decimal): -5271155 or 9277871. OLE color: 9277871.

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

Color convert

RGB 175 145 141 -
CMYK 0 0.17 0.19 0.31
HSL 7.06º 0.18% 0.62% -
HSV(B) 7.06º 0.19% 0.69% -
XYZ 32.61 31.29 29.52 -
YUV 153.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 175 145 141 0 0.17 0.19 0.31 7.06 0.18 0.62
Hex AF 91 8D 0 11 13 1F 7 12 3E
Octal 257 221 215 0 21 23 37 7 22 76
Binary 10101111 10010001 10001101 0 10001 10011 11111 111 10010 111110

Color Harmonies of #AF918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF918D

Black with #AF918D

Text Example


Text Example

White with #AF918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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