Html Css Color HEX #AF948F Thatch

📋 copy color: '#AF948F'

red 175 ◦ green 148 ◦ blue 143

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

Shades of Thatch #AF948F

Tints of Thatch #AF948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 37.55%
G = 31.76%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF948F (or 0xAF948F) is known color: Thatch. HEX triplet: AF, 94 and 8F. RGB value is (175,148,143). Sum of RGB (Red+Green+Blue) = 175+148+143=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF948F is #506B70. Grayscale: #9B9B9B. Windows color (decimal): -5270385 or 9409711. OLE color: 9409711.

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

Color convert

RGB 175 148 143 -
CMYK 0 0.15 0.18 0.31
HSL 9.38º 0.17% 0.62% -
HSV(B) 9.38º 0.18% 0.69% -
XYZ 33.23 32.28 30.47 -
YUV 155.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 175 148 143 0 0.15 0.18 0.31 9.38 0.17 0.62
Hex AF 94 8F 0 F 12 1F 9 11 3E
Octal 257 224 217 0 17 22 37 11 21 76
Binary 10101111 10010100 10001111 0 1111 10010 11111 1001 10001 111110

Color Harmonies of #AF948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF948F

Black with #AF948F

Text Example


Text Example

White with #AF948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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