Html Css Color HEX #AD607B Tapestry

📋 copy color: '#AD607B'

red 173 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #AD607B

Tints of Tapestry #AD607B

RGB

 RED value IS 173 (67.97% from 255) = 44.13%

 GREEN value IS 96 (37.89% from 255) = 24.49%

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

R = 44.13%
G = 24.49%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD607B (or 0xAD607B) is known color: Tapestry. HEX triplet: AD, 60 and 7B. RGB value is (173,96,123). Sum of RGB (Red+Green+Blue) = 173+96+123=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD607B is #529F84. Grayscale: #7A7A7A. Windows color (decimal): -5414789 or 8085677. OLE color: 8085677.

HSL color Cylindrical-coordinate representation of color #AD607B: hue angle of 338.96º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD607B is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 123 -
CMYK 0 0.45 0.29 0.32
HSL 338.96º 0.32% 0.53% -
HSV(B) 338.96º 0.45% 0.68% -
XYZ 24.99 18.68 21.03 -
YUV 122.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 173 96 123 0 0.45 0.29 0.32 338.96 0.32 0.53
Hex AD 60 7B 0 2D 1D 20 153 20 35
Octal 255 140 173 0 55 35 40 523 40 65
Binary 10101101 1100000 1111011 0 101101 11101 100000 101010011 100000 110101

Color Harmonies of #AD607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD607B

Black with #AD607B

Text Example


Text Example

White with #AD607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD607B; }

 p { color: rgb(173,96,123); }

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

background-color css

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

 a { background-color: rgb(173,96,123); }

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

border-color css

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

 span { border-color: rgb(173,96,123); }

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