Html Css Color HEX #A66D72 Turkish Rose

📋 copy color: '#A66D72'

red 166 ◦ green 109 ◦ blue 114

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

Shades of Turkish Rose #A66D72

Tints of Turkish Rose #A66D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.02%

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

R = 42.67%
G = 28.02%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A66D72 (or 0xA66D72) is known color: Turkish Rose. HEX triplet: A6, 6D and 72. RGB value is (166,109,114). Sum of RGB (Red+Green+Blue) = 166+109+114=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D72 is #59928D. Grayscale: #7E7E7E. Windows color (decimal): -5870222 or 7499174. OLE color: 7499174.

HSL color Cylindrical-coordinate representation of color #A66D72: hue angle of 354.74º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66D72 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 109 114 -
CMYK 0 0.34 0.31 0.35
HSL 354.74º 0.24% 0.54% -
HSV(B) 354.74º 0.34% 0.65% -
XYZ 24.23 20.26 18.55 -
YUV 126.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 166 109 114 0 0.34 0.31 0.35 354.74 0.24 0.54
Hex A6 6D 72 0 22 1F 23 163 18 36
Octal 246 155 162 0 42 37 43 543 30 66
Binary 10100110 1101101 1110010 0 100010 11111 100011 101100011 11000 110110

Color Harmonies of #A66D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D72

Black with #A66D72

Text Example


Text Example

White with #A66D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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