Html Css Color HEX #A6696B Turkish Rose

📋 copy color: '#A6696B'

red 166 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #A6696B

Tints of Turkish Rose #A6696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 43.92%
G = 27.78%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6696B (or 0xA6696B) is known color: Turkish Rose. HEX triplet: A6, 69 and 6B. RGB value is (166,105,107). Sum of RGB (Red+Green+Blue) = 166+105+107=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6696B is #599694. Grayscale: #7B7B7B. Windows color (decimal): -5871253 or 7039398. OLE color: 7039398.

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

Color convert

RGB 166 105 107 -
CMYK 0 0.37 0.36 0.35
HSL 358.03º 0.26% 0.53% -
HSV(B) 358.03º 0.37% 0.65% -
XYZ 23.43 19.27 16.39 -
YUV 123.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 166 105 107 0 0.37 0.36 0.35 358.03 0.26 0.53
Hex A6 69 6B 0 25 24 23 166 1A 35
Octal 246 151 153 0 45 44 43 546 32 65
Binary 10100110 1101001 1101011 0 100101 100100 100011 101100110 11010 110101

Color Harmonies of #A6696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6696B

Black with #A6696B

Text Example


Text Example

White with #A6696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6696B; }

 p { color: rgb(166,105,107); }

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

background-color css

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

 a { background-color: rgb(166,105,107); }

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

border-color css

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

 span { border-color: rgb(166,105,107); }

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