Html Css Color HEX #A6707B Turkish Rose

📋 copy color: '#A6707B'

red 166 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #A6707B

Tints of Turkish Rose #A6707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 41.4%
G = 27.93%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6707B (or 0xA6707B) is known color: Turkish Rose. HEX triplet: A6, 70 and 7B. RGB value is (166,112,123). Sum of RGB (Red+Green+Blue) = 166+112+123=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6707B is #598F84. Grayscale: #818181. Windows color (decimal): -5869445 or 8089766. OLE color: 8089766.

HSL color Cylindrical-coordinate representation of color #A6707B: hue angle of 347.78º 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 #A6707B is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 123 -
CMYK 0 0.33 0.26 0.35
HSL 347.78º 0.23% 0.55% -
HSV(B) 347.78º 0.33% 0.65% -
XYZ 25.1 21.13 21.49 -
YUV 129.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 166 112 123 0 0.33 0.26 0.35 347.78 0.23 0.55
Hex A6 70 7B 0 21 1A 23 15C 17 37
Octal 246 160 173 0 41 32 43 534 27 67
Binary 10100110 1110000 1111011 0 100001 11010 100011 101011100 10111 110111

Color Harmonies of #A6707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6707B

Black with #A6707B

Text Example


Text Example

White with #A6707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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