Html Css Color HEX #A4627A Tapestry

📋 copy color: '#A4627A'

red 164 ◦ green 98 ◦ blue 122

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

Shades of Tapestry #A4627A

Tints of Tapestry #A4627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.52%

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 42.71%
G = 25.52%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4627A (or 0xA4627A) is known color: Tapestry. HEX triplet: A4, 62 and 7A. RGB value is (164,98,122). Sum of RGB (Red+Green+Blue) = 164+98+122=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4627A is #5B9D85. Grayscale: #787878. Windows color (decimal): -6004102 or 8020644. OLE color: 8020644.

HSL color Cylindrical-coordinate representation of color #A4627A: hue angle of 338.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4627A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 122 -
CMYK 0 0.40 0.26 0.36
HSL 338.18º 0.27% 0.51% -
HSV(B) 338.18º 0.4% 0.64% -
XYZ 23.19 18.03 20.67 -
YUV 120.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 164 98 122 0 0.40 0.26 0.36 338.18 0.27 0.51
Hex A4 62 7A 0 28 1A 24 152 1B 33
Octal 244 142 172 0 50 32 44 522 33 63
Binary 10100100 1100010 1111010 0 101000 11010 100100 101010010 11011 110011

Color Harmonies of #A4627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4627A

Black with #A4627A

Text Example


Text Example

White with #A4627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4627A; }

 p { color: rgb(164,98,122); }

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

background-color css

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

 a { background-color: rgb(164,98,122); }

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

border-color css

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

 span { border-color: rgb(164,98,122); }

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