Html Css Color HEX #AF948D Thatch

📋 copy color: '#AF948D'

red 175 ◦ green 148 ◦ blue 141

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

Shades of Thatch #AF948D

Tints of Thatch #AF948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

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

R = 37.72%
G = 31.9%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF948D (or 0xAF948D) is known color: Thatch. HEX triplet: AF, 94 and 8D. RGB value is (175,148,141). Sum of RGB (Red+Green+Blue) = 175+148+141=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF948D is #506B72. Grayscale: #9B9B9B. Windows color (decimal): -5270387 or 9278639. OLE color: 9278639.

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

Color convert

RGB 175 148 141 -
CMYK 0 0.15 0.19 0.31
HSL 12.35º 0.18% 0.62% -
HSV(B) 12.35º 0.19% 0.69% -
XYZ 33.08 32.22 29.67 -
YUV 155.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 175 148 141 0 0.15 0.19 0.31 12.35 0.18 0.62
Hex AF 94 8D 0 F 13 1F C 12 3E
Octal 257 224 215 0 17 23 37 14 22 76
Binary 10101111 10010100 10001101 0 1111 10011 11111 1100 10010 111110

Color Harmonies of #AF948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF948D

Black with #AF948D

Text Example


Text Example

White with #AF948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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