Html Css Color HEX #A67E84 Turkish Rose

📋 copy color: '#A67E84'

red 166 ◦ green 126 ◦ blue 132

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

Shades of Turkish Rose #A67E84

Tints of Turkish Rose #A67E84

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.72%

 BLUE value IS 132 (51.95% from 255) = 31.13%

R = 39.15%
G = 29.72%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67E84 (or 0xA67E84) is known color: Turkish Rose. HEX triplet: A6, 7E and 84. RGB value is (166,126,132). Sum of RGB (Red+Green+Blue) = 166+126+132=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E84 is #59817B. Grayscale: #8A8A8A. Windows color (decimal): -5865852 or 8683174. OLE color: 8683174.

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

Color convert

RGB 166 126 132 -
CMYK 0 0.24 0.20 0.35
HSL 351º 0.18% 0.57% -
HSV(B) 351º 0.24% 0.65% -
XYZ 27.35 24.69 25.15 -
YUV 138.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 166 126 132 0 0.24 0.20 0.35 351 0.18 0.57
Hex A6 7E 84 0 18 14 23 15F 12 39
Octal 246 176 204 0 30 24 43 537 22 71
Binary 10100110 1111110 10000100 0 11000 10100 100011 101011111 10010 111001

Color Harmonies of #A67E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67E84

Black with #A67E84

Text Example


Text Example

White with #A67E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67E84; }

 p { color: rgb(166,126,132); }

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

background-color css

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

 a { background-color: rgb(166,126,132); }

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

border-color css

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

 span { border-color: rgb(166,126,132); }

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