Html Css Color HEX #A66970 Turkish Rose

📋 copy color: '#A66970'

red 166 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #A66970

Tints of Turkish Rose #A66970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

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

R = 43.34%
G = 27.42%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A66970 (or 0xA66970) is known color: Turkish Rose. HEX triplet: A6, 69 and 70. RGB value is (166,105,112). Sum of RGB (Red+Green+Blue) = 166+105+112=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A66970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66970 is #59968F. Grayscale: #7C7C7C. Windows color (decimal): -5871248 or 7367078. OLE color: 7367078.

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

Color convert

RGB 166 105 112 -
CMYK 0 0.37 0.33 0.35
HSL 353.11º 0.26% 0.53% -
HSV(B) 353.11º 0.37% 0.65% -
XYZ 23.7 19.38 17.82 -
YUV 124.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 166 105 112 0 0.37 0.33 0.35 353.11 0.26 0.53
Hex A6 69 70 0 25 21 23 161 1A 35
Octal 246 151 160 0 45 41 43 541 32 65
Binary 10100110 1101001 1110000 0 100101 100001 100011 101100001 11010 110101

Color Harmonies of #A66970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66970

Black with #A66970

Text Example


Text Example

White with #A66970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66970; }

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

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

background-color css

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

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

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

border-color css

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

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

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