Html Css Color HEX #A5667B Tapestry

📋 copy color: '#A5667B'

red 165 ◦ green 102 ◦ blue 123

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

Shades of Tapestry #A5667B

Tints of Tapestry #A5667B

RGB

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

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

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

R = 42.31%
G = 26.15%
B = 31.54%

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

#A5667B (or 0xA5667B) is known color: Tapestry. HEX triplet: A5, 66 and 7B. RGB value is (165,102,123). Sum of RGB (Red+Green+Blue) = 165+102+123=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5667B is #5A9984. Grayscale: #7B7B7B. Windows color (decimal): -5937541 or 8087205. OLE color: 8087205.

HSL color Cylindrical-coordinate representation of color #A5667B: hue angle of 340º 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 #A5667B is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 102 123 -
CMYK 0 0.38 0.25 0.35
HSL 340º 0.26% 0.52% -
HSV(B) 340º 0.38% 0.65% -
XYZ 23.84 18.93 21.14 -
YUV 123.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 165 102 123 0 0.38 0.25 0.35 340 0.26 0.52
Hex A5 66 7B 0 26 19 23 154 1A 34
Octal 245 146 173 0 46 31 43 524 32 64
Binary 10100101 1100110 1111011 0 100110 11001 100011 101010100 11010 110100

Color Harmonies of #A5667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5667B

Black with #A5667B

Text Example


Text Example

White with #A5667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5667B; }

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

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

background-color css

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

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

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

border-color css

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

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

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