Html Css Color HEX #A6656A Turkish Rose

📋 copy color: '#A6656A'

red 166 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #A6656A

Tints of Turkish Rose #A6656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 44.5%
G = 27.08%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6656A (or 0xA6656A) is known color: Turkish Rose. HEX triplet: A6, 65 and 6A. RGB value is (166,101,106). Sum of RGB (Red+Green+Blue) = 166+101+106=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6656A is #599A95. Grayscale: #797979. Windows color (decimal): -5872278 or 6972838. OLE color: 6972838.

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

Color convert

RGB 166 101 106 -
CMYK 0 0.39 0.36 0.35
HSL 355.38º 0.27% 0.52% -
HSV(B) 355.38º 0.39% 0.65% -
XYZ 22.98 18.45 15.99 -
YUV 121.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 166 101 106 0 0.39 0.36 0.35 355.38 0.27 0.52
Hex A6 65 6A 0 27 24 23 163 1B 34
Octal 246 145 152 0 47 44 43 543 33 64
Binary 10100110 1100101 1101010 0 100111 100100 100011 101100011 11011 110100

Color Harmonies of #A6656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6656A

Black with #A6656A

Text Example


Text Example

White with #A6656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6656A; }

 p { color: rgb(166,101,106); }

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

background-color css

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

 a { background-color: rgb(166,101,106); }

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

border-color css

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

 span { border-color: rgb(166,101,106); }

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