Html Css Color HEX #A67B8A Tapestry

📋 copy color: '#A67B8A'

red 166 ◦ green 123 ◦ blue 138

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

Shades of Tapestry #A67B8A

Tints of Tapestry #A67B8A

RGB

 RED value IS 166 (65.23% from 255) = 38.88%

 GREEN value IS 123 (48.44% from 255) = 28.81%

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 38.88%
G = 28.81%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A67B8A (or 0xA67B8A) is known color: Tapestry. HEX triplet: A6, 7B and 8A. RGB value is (166,123,138). Sum of RGB (Red+Green+Blue) = 166+123+138=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B8A is #598475. Grayscale: #898989. Windows color (decimal): -5866614 or 9075622. OLE color: 9075622.

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

Color convert

RGB 166 123 138 -
CMYK 0 0.26 0.17 0.35
HSL 339.07º 0.19% 0.57% -
HSV(B) 339.07º 0.26% 0.65% -
XYZ 27.4 24.11 27.25 -
YUV 137.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 166 123 138 0 0.26 0.17 0.35 339.07 0.19 0.57
Hex A6 7B 8A 0 1A 11 23 153 13 39
Octal 246 173 212 0 32 21 43 523 23 71
Binary 10100110 1111011 10001010 0 11010 10001 100011 101010011 10011 111001

Color Harmonies of #A67B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B8A

Black with #A67B8A

Text Example


Text Example

White with #A67B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B8A; }

 p { color: rgb(166,123,138); }

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

background-color css

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

 a { background-color: rgb(166,123,138); }

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

border-color css

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

 span { border-color: rgb(166,123,138); }

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