Html Css Color HEX #A66C7B Turkish Rose

📋 copy color: '#A66C7B'

red 166 ◦ green 108 ◦ blue 123

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

Shades of Turkish Rose #A66C7B

Tints of Turkish Rose #A66C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 41.81%
G = 27.2%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A66C7B (or 0xA66C7B) is known color: Turkish Rose. HEX triplet: A6, 6C and 7B. RGB value is (166,108,123). Sum of RGB (Red+Green+Blue) = 166+108+123=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C7B is #599384. Grayscale: #7F7F7F. Windows color (decimal): -5870469 or 8088742. OLE color: 8088742.

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

Color convert

RGB 166 108 123 -
CMYK 0 0.35 0.26 0.35
HSL 344.48º 0.25% 0.54% -
HSV(B) 344.48º 0.35% 0.65% -
XYZ 24.66 20.26 21.35 -
YUV 127.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 166 108 123 0 0.35 0.26 0.35 344.48 0.25 0.54
Hex A6 6C 7B 0 23 1A 23 158 19 36
Octal 246 154 173 0 43 32 43 530 31 66
Binary 10100110 1101100 1111011 0 100011 11010 100011 101011000 11001 110110

Color Harmonies of #A66C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C7B

Black with #A66C7B

Text Example


Text Example

White with #A66C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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