Html Css Color HEX #A66A6E Turkish Rose

📋 copy color: '#A66A6E'

red 166 ◦ green 106 ◦ blue 110

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

Shades of Turkish Rose #A66A6E

Tints of Turkish Rose #A66A6E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 43.46%
G = 27.75%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A66A6E (or 0xA66A6E) is known color: Turkish Rose. HEX triplet: A6, 6A and 6E. RGB value is (166,106,110). Sum of RGB (Red+Green+Blue) = 166+106+110=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A6E is #599591. Grayscale: #7C7C7C. Windows color (decimal): -5870994 or 7236262. OLE color: 7236262.

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

Color convert

RGB 166 106 110 -
CMYK 0 0.36 0.34 0.35
HSL 356º 0.25% 0.53% -
HSV(B) 356º 0.36% 0.65% -
XYZ 23.69 19.54 17.27 -
YUV 124.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 166 106 110 0 0.36 0.34 0.35 356 0.25 0.53
Hex A6 6A 6E 0 24 22 23 164 19 35
Octal 246 152 156 0 44 42 43 544 31 65
Binary 10100110 1101010 1101110 0 100100 100010 100011 101100100 11001 110101

Color Harmonies of #A66A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A6E

Black with #A66A6E

Text Example


Text Example

White with #A66A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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