Html Css Color HEX #A5667C Tapestry

📋 copy color: '#A5667C'

red 165 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #A5667C

Tints of Tapestry #A5667C

RGB

 RED value IS 165 (64.84% from 255) = 42.2%

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

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 42.2%
G = 26.09%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5667C (or 0xA5667C) is known color: Tapestry. HEX triplet: A5, 66 and 7C. RGB value is (165,102,124). Sum of RGB (Red+Green+Blue) = 165+102+124=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5667C is #5A9983. Grayscale: #7B7B7B. Windows color (decimal): -5937540 or 8152741. OLE color: 8152741.

HSL color Cylindrical-coordinate representation of color #A5667C: hue angle of 339.05º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5667C is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 102 124 -
CMYK 0 0.38 0.25 0.35
HSL 339.05º 0.26% 0.52% -
HSV(B) 339.05º 0.38% 0.65% -
XYZ 23.91 18.96 21.47 -
YUV 123.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 165 102 124 0 0.38 0.25 0.35 339.05 0.26 0.52
Hex A5 66 7C 0 26 19 23 153 1A 34
Octal 245 146 174 0 46 31 43 523 32 64
Binary 10100101 1100110 1111100 0 100110 11001 100011 101010011 11010 110100

Color Harmonies of #A5667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5667C

Black with #A5667C

Text Example


Text Example

White with #A5667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5667C; }

 p { color: rgb(165,102,124); }

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

background-color css

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

 a { background-color: rgb(165,102,124); }

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

border-color css

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

 span { border-color: rgb(165,102,124); }

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