Html Css Color HEX #A66577 Turkish Rose

📋 copy color: '#A66577'

red 166 ◦ green 101 ◦ blue 119

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

Shades of Turkish Rose #A66577

Tints of Turkish Rose #A66577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.17%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 43.01%
G = 26.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A66577 (or 0xA66577) is known color: Turkish Rose. HEX triplet: A6, 65 and 77. RGB value is (166,101,119). Sum of RGB (Red+Green+Blue) = 166+101+119=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A66577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66577 is #599A88. Grayscale: #7A7A7A. Windows color (decimal): -5872265 or 7824806. OLE color: 7824806.

HSL color Cylindrical-coordinate representation of color #A66577: hue angle of 343.38º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66577 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 101 119 -
CMYK 0 0.39 0.28 0.35
HSL 343.38º 0.27% 0.52% -
HSV(B) 343.38º 0.39% 0.65% -
XYZ 23.71 18.75 19.82 -
YUV 122.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 166 101 119 0 0.39 0.28 0.35 343.38 0.27 0.52
Hex A6 65 77 0 27 1C 23 157 1B 34
Octal 246 145 167 0 47 34 43 527 33 64
Binary 10100110 1100101 1110111 0 100111 11100 100011 101010111 11011 110100

Color Harmonies of #A66577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66577

Black with #A66577

Text Example


Text Example

White with #A66577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66577; }

 p { color: rgb(166,101,119); }

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

background-color css

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

 a { background-color: rgb(166,101,119); }

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

border-color css

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

 span { border-color: rgb(166,101,119); }

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