Html Css Color HEX #A66A72 Turkish Rose

📋 copy color: '#A66A72'

red 166 ◦ green 106 ◦ blue 114

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

Shades of Turkish Rose #A66A72

Tints of Turkish Rose #A66A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

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

R = 43.01%
G = 27.46%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A66A72 (or 0xA66A72) is known color: Turkish Rose. HEX triplet: A6, 6A and 72. RGB value is (166,106,114). Sum of RGB (Red+Green+Blue) = 166+106+114=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A72 is #59958D. Grayscale: #7C7C7C. Windows color (decimal): -5870990 or 7498406. OLE color: 7498406.

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

Color convert

RGB 166 106 114 -
CMYK 0 0.36 0.31 0.35
HSL 352º 0.25% 0.53% -
HSV(B) 352º 0.36% 0.65% -
XYZ 23.92 19.63 18.45 -
YUV 124.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 166 106 114 0 0.36 0.31 0.35 352 0.25 0.53
Hex A6 6A 72 0 24 1F 23 160 19 35
Octal 246 152 162 0 44 37 43 540 31 65
Binary 10100110 1101010 1110010 0 100100 11111 100011 101100000 11001 110101

Color Harmonies of #A66A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A72

Black with #A66A72

Text Example


Text Example

White with #A66A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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