Html Css Color HEX #A66F7D Turkish Rose

📋 copy color: '#A66F7D'

red 166 ◦ green 111 ◦ blue 125

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

Shades of Turkish Rose #A66F7D

Tints of Turkish Rose #A66F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 41.29%
G = 27.61%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A66F7D (or 0xA66F7D) is known color: Turkish Rose. HEX triplet: A6, 6F and 7D. RGB value is (166,111,125). Sum of RGB (Red+Green+Blue) = 166+111+125=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F7D is #599082. Grayscale: #818181. Windows color (decimal): -5869699 or 8220582. OLE color: 8220582.

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

Color convert

RGB 166 111 125 -
CMYK 0 0.33 0.25 0.35
HSL 344.73º 0.24% 0.54% -
HSV(B) 344.73º 0.33% 0.65% -
XYZ 25.11 20.96 22.12 -
YUV 129.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 166 111 125 0 0.33 0.25 0.35 344.73 0.24 0.54
Hex A6 6F 7D 0 21 19 23 159 18 36
Octal 246 157 175 0 41 31 43 531 30 66
Binary 10100110 1101111 1111101 0 100001 11001 100011 101011001 11000 110110

Color Harmonies of #A66F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F7D

Black with #A66F7D

Text Example


Text Example

White with #A66F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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