Html Css Color HEX #A4667E Tapestry

📋 copy color: '#A4667E'

red 164 ◦ green 102 ◦ blue 126

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

Shades of Tapestry #A4667E

Tints of Tapestry #A4667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 41.84%
G = 26.02%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4667E (or 0xA4667E) is known color: Tapestry. HEX triplet: A4, 66 and 7E. RGB value is (164,102,126). Sum of RGB (Red+Green+Blue) = 164+102+126=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4667E is #5B9981. Grayscale: #7B7B7B. Windows color (decimal): -6003074 or 8283812. OLE color: 8283812.

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

Color convert

RGB 164 102 126 -
CMYK 0 0.38 0.23 0.36
HSL 336.77º 0.25% 0.52% -
HSV(B) 336.77º 0.38% 0.64% -
XYZ 23.83 18.9 22.13 -
YUV 123.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 164 102 126 0 0.38 0.23 0.36 336.77 0.25 0.52
Hex A4 66 7E 0 26 17 24 151 19 34
Octal 244 146 176 0 46 27 44 521 31 64
Binary 10100100 1100110 1111110 0 100110 10111 100100 101010001 11001 110100

Color Harmonies of #A4667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4667E

Black with #A4667E

Text Example


Text Example

White with #A4667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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