Html Css Color HEX #AF9391 Thatch

📋 copy color: '#AF9391'

red 175 ◦ green 147 ◦ blue 145

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

Shades of Thatch #AF9391

Tints of Thatch #AF9391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.48%

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

R = 37.47%
G = 31.48%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF9391 (or 0xAF9391) is known color: Thatch. HEX triplet: AF, 93 and 91. RGB value is (175,147,145). Sum of RGB (Red+Green+Blue) = 175+147+145=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9391 is #506C6E. Grayscale: #9B9B9B. Windows color (decimal): -5270639 or 9540527. OLE color: 9540527.

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

Color convert

RGB 175 147 145 -
CMYK 0 0.16 0.17 0.31
HSL 0.16% 0.63% -
HSV(B) 0.17% 0.69% -
XYZ 33.22 32.03 31.22 -
YUV 155.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 175 147 145 0 0.16 0.17 0.31 4 0.16 0.63
Hex AF 93 91 0 10 11 1F 4 10 3F
Octal 257 223 221 0 20 21 37 4 20 77
Binary 10101111 10010011 10010001 0 10000 10001 11111 100 10000 111111

Color Harmonies of #AF9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9391

Black with #AF9391

Text Example


Text Example

White with #AF9391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9391; }

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

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

background-color css

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

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

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

border-color css

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

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

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