Html Css Color HEX #A66270 Turkish Rose

📋 copy color: '#A66270'

red 166 ◦ green 98 ◦ blue 112

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

Shades of Turkish Rose #A66270

Tints of Turkish Rose #A66270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.06%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 44.15%
G = 26.06%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A66270 (or 0xA66270) is known color: Turkish Rose. HEX triplet: A6, 62 and 70. RGB value is (166,98,112). Sum of RGB (Red+Green+Blue) = 166+98+112=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A66270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66270 is #599D8F. Grayscale: #777777. Windows color (decimal): -5873040 or 7365286. OLE color: 7365286.

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

Color convert

RGB 166 98 112 -
CMYK 0 0.41 0.33 0.35
HSL 347.65º 0.28% 0.52% -
HSV(B) 347.65º 0.41% 0.65% -
XYZ 23.02 18.01 17.59 -
YUV 119.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 166 98 112 0 0.41 0.33 0.35 347.65 0.28 0.52
Hex A6 62 70 0 29 21 23 15C 1C 34
Octal 246 142 160 0 51 41 43 534 34 64
Binary 10100110 1100010 1110000 0 101001 100001 100011 101011100 11100 110100

Color Harmonies of #A66270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66270

Black with #A66270

Text Example


Text Example

White with #A66270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66270; }

 p { color: rgb(166,98,112); }

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

background-color css

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

 a { background-color: rgb(166,98,112); }

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

border-color css

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

 span { border-color: rgb(166,98,112); }

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