Html Css Color HEX #A4667D Tapestry

📋 copy color: '#A4667D'

red 164 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #A4667D

Tints of Tapestry #A4667D

RGB

 RED value IS 164 (64.45% from 255) = 41.94%

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

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 41.94%
G = 26.09%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4667D (or 0xA4667D) is known color: Tapestry. HEX triplet: A4, 66 and 7D. RGB value is (164,102,125). Sum of RGB (Red+Green+Blue) = 164+102+125=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4667D is #5B9982. Grayscale: #7B7B7B. Windows color (decimal): -6003075 or 8218276. OLE color: 8218276.

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

Color convert

RGB 164 102 125 -
CMYK 0 0.38 0.24 0.36
HSL 337.74º 0.25% 0.52% -
HSV(B) 337.74º 0.38% 0.64% -
XYZ 23.76 18.88 21.79 -
YUV 123.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 164 102 125 0 0.38 0.24 0.36 337.74 0.25 0.52
Hex A4 66 7D 0 26 18 24 152 19 34
Octal 244 146 175 0 46 30 44 522 31 64
Binary 10100100 1100110 1111101 0 100110 11000 100100 101010010 11001 110100

Color Harmonies of #A4667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4667D

Black with #A4667D

Text Example


Text Example

White with #A4667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4667D; }

 p { color: rgb(164,102,125); }

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

background-color css

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

 a { background-color: rgb(164,102,125); }

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

border-color css

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

 span { border-color: rgb(164,102,125); }

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