Html Css Color HEX #A66A74 Turkish Rose

📋 copy color: '#A66A74'

red 166 ◦ green 106 ◦ blue 116

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

Shades of Turkish Rose #A66A74

Tints of Turkish Rose #A66A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 42.78%
G = 27.32%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A66A74 (or 0xA66A74) is known color: Turkish Rose. HEX triplet: A6, 6A and 74. RGB value is (166,106,116). Sum of RGB (Red+Green+Blue) = 166+106+116=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A74 is #59958B. Grayscale: #7D7D7D. Windows color (decimal): -5870988 or 7629478. OLE color: 7629478.

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

Color convert

RGB 166 106 116 -
CMYK 0 0.36 0.30 0.35
HSL 350º 0.25% 0.53% -
HSV(B) 350º 0.36% 0.65% -
XYZ 24.03 19.68 19.05 -
YUV 125.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 166 106 116 0 0.36 0.30 0.35 350 0.25 0.53
Hex A6 6A 74 0 24 1E 23 15E 19 35
Octal 246 152 164 0 44 36 43 536 31 65
Binary 10100110 1101010 1110100 0 100100 11110 100011 101011110 11001 110101

Color Harmonies of #A66A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A74

Black with #A66A74

Text Example


Text Example

White with #A66A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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