Html Css Color HEX #A66C75 Turkish Rose

📋 copy color: '#A66C75'

red 166 ◦ green 108 ◦ blue 117

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

Shades of Turkish Rose #A66C75

Tints of Turkish Rose #A66C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 42.46%
G = 27.62%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A66C75 (or 0xA66C75) is known color: Turkish Rose. HEX triplet: A6, 6C and 75. RGB value is (166,108,117). Sum of RGB (Red+Green+Blue) = 166+108+117=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C75 is #59938A. Grayscale: #7E7E7E. Windows color (decimal): -5870475 or 7695526. OLE color: 7695526.

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

Color convert

RGB 166 108 117 -
CMYK 0 0.35 0.30 0.35
HSL 350.69º 0.25% 0.54% -
HSV(B) 350.69º 0.35% 0.65% -
XYZ 24.3 20.12 19.43 -
YUV 126.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 166 108 117 0 0.35 0.30 0.35 350.69 0.25 0.54
Hex A6 6C 75 0 23 1E 23 15F 19 36
Octal 246 154 165 0 43 36 43 537 31 66
Binary 10100110 1101100 1110101 0 100011 11110 100011 101011111 11001 110110

Color Harmonies of #A66C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C75

Black with #A66C75

Text Example


Text Example

White with #A66C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C75; }

 p { color: rgb(166,108,117); }

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

background-color css

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

 a { background-color: rgb(166,108,117); }

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

border-color css

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

 span { border-color: rgb(166,108,117); }

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