Html Css Color HEX #AF928D Thatch

📋 copy color: '#AF928D'

red 175 ◦ green 146 ◦ blue 141

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

Shades of Thatch #AF928D

Tints of Thatch #AF928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.6%

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

R = 37.88%
G = 31.6%
B = 30.52%

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

#AF928D (or 0xAF928D) is known color: Thatch. HEX triplet: AF, 92 and 8D. RGB value is (175,146,141). Sum of RGB (Red+Green+Blue) = 175+146+141=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF928D is #506D72. Grayscale: #9A9A9A. Windows color (decimal): -5270899 or 9278127. OLE color: 9278127.

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

Color convert

RGB 175 146 141 -
CMYK 0 0.17 0.19 0.31
HSL 8.82º 0.18% 0.62% -
HSV(B) 8.82º 0.19% 0.69% -
XYZ 32.77 31.59 29.57 -
YUV 154.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 175 146 141 0 0.17 0.19 0.31 8.82 0.18 0.62
Hex AF 92 8D 0 11 13 1F 9 12 3E
Octal 257 222 215 0 21 23 37 11 22 76
Binary 10101111 10010010 10001101 0 10001 10011 11111 1001 10010 111110

Color Harmonies of #AF928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF928D

Black with #AF928D

Text Example


Text Example

White with #AF928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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