Html Css Color HEX #AF938C Thatch

📋 copy color: '#AF938C'

red 175 ◦ green 147 ◦ blue 140

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

Shades of Thatch #AF938C

Tints of Thatch #AF938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 37.88%
G = 31.82%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF938C (or 0xAF938C) is known color: Thatch. HEX triplet: AF, 93 and 8C. RGB value is (175,147,140). Sum of RGB (Red+Green+Blue) = 175+147+140=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF938C is #506C73. Grayscale: #9A9A9A. Windows color (decimal): -5270644 or 9212847. OLE color: 9212847.

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

Color convert

RGB 175 147 140 -
CMYK 0 0.16 0.2 0.31
HSL 12º 0.18% 0.62% -
HSV(B) 12º 0.2% 0.69% -
XYZ 32.85 31.87 29.23 -
YUV 154.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 175 147 140 0 0.16 0.2 0.31 12 0.18 0.62
Hex AF 93 8C 0 10 14 1F C 12 3E
Octal 257 223 214 0 20 24 37 14 22 76
Binary 10101111 10010011 10001100 0 10000 10100 11111 1100 10010 111110

Color Harmonies of #AF938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF938C

Black with #AF938C

Text Example


Text Example

White with #AF938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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