Html Css Color HEX #A66972 Turkish Rose

📋 copy color: '#A66972'

red 166 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #A66972

Tints of Turkish Rose #A66972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 43.12%
G = 27.27%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A66972 (or 0xA66972) is known color: Turkish Rose. HEX triplet: A6, 69 and 72. RGB value is (166,105,114). Sum of RGB (Red+Green+Blue) = 166+105+114=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A66972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66972 is #59968D. Grayscale: #7C7C7C. Windows color (decimal): -5871246 or 7498150. OLE color: 7498150.

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

Color convert

RGB 166 105 114 -
CMYK 0 0.37 0.31 0.35
HSL 351.15º 0.26% 0.53% -
HSV(B) 351.15º 0.37% 0.65% -
XYZ 23.81 19.43 18.41 -
YUV 124.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 166 105 114 0 0.37 0.31 0.35 351.15 0.26 0.53
Hex A6 69 72 0 25 1F 23 15F 1A 35
Octal 246 151 162 0 45 37 43 537 32 65
Binary 10100110 1101001 1110010 0 100101 11111 100011 101011111 11010 110101

Color Harmonies of #A66972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66972

Black with #A66972

Text Example


Text Example

White with #A66972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66972; }

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

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

background-color css

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

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

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

border-color css

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

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

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