Html Css Color HEX #A66A6F Turkish Rose

📋 copy color: '#A66A6F'

red 166 ◦ green 106 ◦ blue 111

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

Shades of Turkish Rose #A66A6F

Tints of Turkish Rose #A66A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 43.34%
G = 27.68%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A66A6F (or 0xA66A6F) is known color: Turkish Rose. HEX triplet: A6, 6A and 6F. RGB value is (166,106,111). Sum of RGB (Red+Green+Blue) = 166+106+111=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A6F is #599590. Grayscale: #7C7C7C. Windows color (decimal): -5870993 or 7301798. OLE color: 7301798.

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

Color convert

RGB 166 106 111 -
CMYK 0 0.36 0.33 0.35
HSL 355º 0.25% 0.53% -
HSV(B) 355º 0.36% 0.65% -
XYZ 23.75 19.56 17.56 -
YUV 124.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 166 106 111 0 0.36 0.33 0.35 355 0.25 0.53
Hex A6 6A 6F 0 24 21 23 163 19 35
Octal 246 152 157 0 44 41 43 543 31 65
Binary 10100110 1101010 1101111 0 100100 100001 100011 101100011 11001 110101

Color Harmonies of #A66A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A6F

Black with #A66A6F

Text Example


Text Example

White with #A66A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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