Html Css Color HEX #AF928C Thatch

📋 copy color: '#AF928C'

red 175 ◦ green 146 ◦ blue 140

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

Shades of Thatch #AF928C

Tints of Thatch #AF928C

RGB

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

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

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

R = 37.96%
G = 31.67%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF928C (or 0xAF928C) is known color: Thatch. HEX triplet: AF, 92 and 8C. RGB value is (175,146,140). Sum of RGB (Red+Green+Blue) = 175+146+140=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF928C is #506D73. Grayscale: #9A9A9A. Windows color (decimal): -5270900 or 9212591. OLE color: 9212591.

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

Color convert

RGB 175 146 140 -
CMYK 0 0.17 0.2 0.31
HSL 10.29º 0.18% 0.62% -
HSV(B) 10.29º 0.2% 0.69% -
XYZ 32.69 31.57 29.18 -
YUV 153.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 175 146 140 0 0.17 0.2 0.31 10.29 0.18 0.62
Hex AF 92 8C 0 11 14 1F A 12 3E
Octal 257 222 214 0 21 24 37 12 22 76
Binary 10101111 10010010 10001100 0 10001 10100 11111 1010 10010 111110

Color Harmonies of #AF928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF928C

Black with #AF928C

Text Example


Text Example

White with #AF928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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