Html Css Color HEX #AF7D82 Tapestry

📋 copy color: '#AF7D82'

red 175 ◦ green 125 ◦ blue 130

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

Shades of Tapestry #AF7D82

Tints of Tapestry #AF7D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.07%

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 40.7%
G = 29.07%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7D82 (or 0xAF7D82) is known color: Tapestry. HEX triplet: AF, 7D and 82. RGB value is (175,125,130). Sum of RGB (Red+Green+Blue) = 175+125+130=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D82 is #50827D. Grayscale: #8C8C8C. Windows color (decimal): -5276286 or 8551855. OLE color: 8551855.

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

Color convert

RGB 175 125 130 -
CMYK 0 0.29 0.26 0.31
HSL 354º 0.24% 0.59% -
HSV(B) 354º 0.29% 0.69% -
XYZ 29.04 25.39 24.49 -
YUV 140.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 175 125 130 0 0.29 0.26 0.31 354 0.24 0.59
Hex AF 7D 82 0 1D 1A 1F 162 18 3B
Octal 257 175 202 0 35 32 37 542 30 73
Binary 10101111 1111101 10000010 0 11101 11010 11111 101100010 11000 111011

Color Harmonies of #AF7D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D82

Black with #AF7D82

Text Example


Text Example

White with #AF7D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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