Html Css Color HEX #A6707A Turkish Rose

📋 copy color: '#A6707A'

red 166 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #A6707A

Tints of Turkish Rose #A6707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

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

R = 41.5%
G = 28%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6707A (or 0xA6707A) is known color: Turkish Rose. HEX triplet: A6, 70 and 7A. RGB value is (166,112,122). Sum of RGB (Red+Green+Blue) = 166+112+122=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A6707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6707A is #598F85. Grayscale: #818181. Windows color (decimal): -5869446 or 8024230. OLE color: 8024230.

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

Color convert

RGB 166 112 122 -
CMYK 0 0.33 0.27 0.35
HSL 348.89º 0.23% 0.55% -
HSV(B) 348.89º 0.33% 0.65% -
XYZ 25.03 21.1 21.17 -
YUV 129.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 166 112 122 0 0.33 0.27 0.35 348.89 0.23 0.55
Hex A6 70 7A 0 21 1B 23 15D 17 37
Octal 246 160 172 0 41 33 43 535 27 67
Binary 10100110 1110000 1111010 0 100001 11011 100011 101011101 10111 110111

Color Harmonies of #A6707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6707A

Black with #A6707A

Text Example


Text Example

White with #A6707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6707A; }

 p { color: rgb(166,112,122); }

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

background-color css

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

 a { background-color: rgb(166,112,122); }

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

border-color css

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

 span { border-color: rgb(166,112,122); }

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