Html Css Color HEX #AF9191 Thatch

📋 copy color: '#AF9191'

red 175 ◦ green 145 ◦ blue 145

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

Shades of Thatch #AF9191

Tints of Thatch #AF9191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 37.63%
G = 31.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF9191 (or 0xAF9191) is known color: Thatch. HEX triplet: AF, 91 and 91. RGB value is (175,145,145). Sum of RGB (Red+Green+Blue) = 175+145+145=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9191 is #506E6E. Grayscale: #9A9A9A. Windows color (decimal): -5271151 or 9540015. OLE color: 9540015.

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

Color convert

RGB 175 145 145 -
CMYK 0 0.17 0.17 0.31
HSL 0.16% 0.63% -
HSV(B) 0.17% 0.69% -
XYZ 32.92 31.41 31.12 -
YUV 153.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 175 145 145 0 0.17 0.17 0.31 0 0.16 0.63
Hex AF 91 91 0 11 11 1F 0 10 3F
Octal 257 221 221 0 21 21 37 0 20 77
Binary 10101111 10010001 10010001 0 10001 10001 11111 0 10000 111111

Color Harmonies of #AF9191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9191

Black with #AF9191

Text Example


Text Example

White with #AF9191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9191; }

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

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

background-color css

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

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

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

border-color css

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

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

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