Html Css Color HEX #AF697D Tapestry

📋 copy color: '#AF697D'

red 175 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #AF697D

Tints of Tapestry #AF697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

 BLUE value IS 125 (49.22% from 255) = 30.86%

R = 43.21%
G = 25.93%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF697D (or 0xAF697D) is known color: Tapestry. HEX triplet: AF, 69 and 7D. RGB value is (175,105,125). Sum of RGB (Red+Green+Blue) = 175+105+125=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697D is #509682. Grayscale: #808080. Windows color (decimal): -5281411 or 8219055. OLE color: 8219055.

HSL color Cylindrical-coordinate representation of color #AF697D: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF697D is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 125 -
CMYK 0 0.40 0.29 0.31
HSL 342.86º 0.3% 0.55% -
HSV(B) 342.86º 0.4% 0.69% -
XYZ 26.43 20.7 22 -
YUV 128.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 175 105 125 0 0.40 0.29 0.31 342.86 0.3 0.55
Hex AF 69 7D 0 28 1D 1F 157 1E 37
Octal 257 151 175 0 50 35 37 527 36 67
Binary 10101111 1101001 1111101 0 101000 11101 11111 101010111 11110 110111

Color Harmonies of #AF697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF697D

Black with #AF697D

Text Example


Text Example

White with #AF697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF697D; }

 p { color: rgb(175,105,125); }

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

background-color css

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

 a { background-color: rgb(175,105,125); }

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

border-color css

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

 span { border-color: rgb(175,105,125); }

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