Html Css Color HEX #AF9390 Thatch

📋 copy color: '#AF9390'

red 175 ◦ green 147 ◦ blue 144

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

Shades of Thatch #AF9390

Tints of Thatch #AF9390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 37.55%
G = 31.55%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF9390 (or 0xAF9390) is known color: Thatch. HEX triplet: AF, 93 and 90. RGB value is (175,147,144). Sum of RGB (Red+Green+Blue) = 175+147+144=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9390 is #506C6F. Grayscale: #9B9B9B. Windows color (decimal): -5270640 or 9474991. OLE color: 9474991.

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

Color convert

RGB 175 147 144 -
CMYK 0 0.16 0.18 0.31
HSL 5.81º 0.16% 0.63% -
HSV(B) 5.81º 0.18% 0.69% -
XYZ 33.15 32 30.81 -
YUV 155.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 175 147 144 0 0.16 0.18 0.31 5.81 0.16 0.63
Hex AF 93 90 0 10 12 1F 6 10 3F
Octal 257 223 220 0 20 22 37 6 20 77
Binary 10101111 10010011 10010000 0 10000 10010 11111 110 10000 111111

Color Harmonies of #AF9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9390

Black with #AF9390

Text Example


Text Example

White with #AF9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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