Html Css Color HEX #AF677B Tapestry

📋 copy color: '#AF677B'

red 175 ◦ green 103 ◦ blue 123

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

Shades of Tapestry #AF677B

Tints of Tapestry #AF677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 43.64%
G = 25.69%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF677B (or 0xAF677B) is known color: Tapestry. HEX triplet: AF, 67 and 7B. RGB value is (175,103,123). Sum of RGB (Red+Green+Blue) = 175+103+123=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF677B is #509884. Grayscale: #7E7E7E. Windows color (decimal): -5281925 or 8087471. OLE color: 8087471.

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

Color convert

RGB 175 103 123 -
CMYK 0 0.41 0.30 0.31
HSL 343.33º 0.31% 0.55% -
HSV(B) 343.33º 0.41% 0.69% -
XYZ 26.1 20.24 21.27 -
YUV 126.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 175 103 123 0 0.41 0.30 0.31 343.33 0.31 0.55
Hex AF 67 7B 0 29 1E 1F 157 1F 37
Octal 257 147 173 0 51 36 37 527 37 67
Binary 10101111 1100111 1111011 0 101001 11110 11111 101010111 11111 110111

Color Harmonies of #AF677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF677B

Black with #AF677B

Text Example


Text Example

White with #AF677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF677B; }

 p { color: rgb(175,103,123); }

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

background-color css

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

 a { background-color: rgb(175,103,123); }

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

border-color css

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

 span { border-color: rgb(175,103,123); }

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