Html Css Color HEX #AF667D Tapestry

📋 copy color: '#AF667D'

red 175 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #AF667D

Tints of Tapestry #AF667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

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

R = 43.53%
G = 25.37%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF667D (or 0xAF667D) is known color: Tapestry. HEX triplet: AF, 66 and 7D. RGB value is (175,102,125). Sum of RGB (Red+Green+Blue) = 175+102+125=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667D is #509982. Grayscale: #7E7E7E. Windows color (decimal): -5282179 or 8218287. OLE color: 8218287.

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

Color convert

RGB 175 102 125 -
CMYK 0 0.42 0.29 0.31
HSL 341.1º 0.31% 0.54% -
HSV(B) 341.1º 0.42% 0.69% -
XYZ 26.13 20.1 21.9 -
YUV 126.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 175 102 125 0 0.42 0.29 0.31 341.1 0.31 0.54
Hex AF 66 7D 0 2A 1D 1F 155 1F 36
Octal 257 146 175 0 52 35 37 525 37 66
Binary 10101111 1100110 1111101 0 101010 11101 11111 101010101 11111 110110

Color Harmonies of #AF667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF667D

Black with #AF667D

Text Example


Text Example

White with #AF667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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