Html Css Color HEX #A67176 Turkish Rose

📋 copy color: '#A67176'

red 166 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #A67176

Tints of Turkish Rose #A67176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 41.81%
G = 28.46%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A67176 (or 0xA67176) is known color: Turkish Rose. HEX triplet: A6, 71 and 76. RGB value is (166,113,118). Sum of RGB (Red+Green+Blue) = 166+113+118=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67176 is #598E89. Grayscale: #818181. Windows color (decimal): -5869194 or 7762342. OLE color: 7762342.

HSL color Cylindrical-coordinate representation of color #A67176: hue angle of 354.34º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67176 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 118 -
CMYK 0 0.32 0.29 0.35
HSL 354.34º 0.23% 0.55% -
HSV(B) 354.34º 0.32% 0.65% -
XYZ 24.9 21.23 19.92 -
YUV 129.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 166 113 118 0 0.32 0.29 0.35 354.34 0.23 0.55
Hex A6 71 76 0 20 1D 23 162 17 37
Octal 246 161 166 0 40 35 43 542 27 67
Binary 10100110 1110001 1110110 0 100000 11101 100011 101100010 10111 110111

Color Harmonies of #A67176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67176

Black with #A67176

Text Example


Text Example

White with #A67176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67176; }

 p { color: rgb(166,113,118); }

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

background-color css

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

 a { background-color: rgb(166,113,118); }

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

border-color css

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

 span { border-color: rgb(166,113,118); }

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