Html Css Color HEX #AF928E Thatch

📋 copy color: '#AF928E'

red 175 ◦ green 146 ◦ blue 142

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

Shades of Thatch #AF928E

Tints of Thatch #AF928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 37.8%
G = 31.53%
B = 30.67%

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

#AF928E (or 0xAF928E) is known color: Thatch. HEX triplet: AF, 92 and 8E. RGB value is (175,146,142). Sum of RGB (Red+Green+Blue) = 175+146+142=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF928E is #506D71. Grayscale: #9A9A9A. Windows color (decimal): -5270898 or 9343663. OLE color: 9343663.

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

Color convert

RGB 175 146 142 -
CMYK 0 0.17 0.19 0.31
HSL 7.27º 0.17% 0.62% -
HSV(B) 7.27º 0.19% 0.69% -
XYZ 32.84 31.62 29.96 -
YUV 154.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 175 146 142 0 0.17 0.19 0.31 7.27 0.17 0.62
Hex AF 92 8E 0 11 13 1F 7 11 3E
Octal 257 222 216 0 21 23 37 7 21 76
Binary 10101111 10010010 10001110 0 10001 10011 11111 111 10001 111110

Color Harmonies of #AF928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF928E

Black with #AF928E

Text Example


Text Example

White with #AF928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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