Html Css Color HEX #A66974 Turkish Rose

📋 copy color: '#A66974'

red 166 ◦ green 105 ◦ blue 116

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

Shades of Turkish Rose #A66974

Tints of Turkish Rose #A66974

RGB

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

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

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

R = 42.89%
G = 27.13%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A66974 (or 0xA66974) is known color: Turkish Rose. HEX triplet: A6, 69 and 74. RGB value is (166,105,116). Sum of RGB (Red+Green+Blue) = 166+105+116=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A66974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66974 is #59968B. Grayscale: #7C7C7C. Windows color (decimal): -5871244 or 7629222. OLE color: 7629222.

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

Color convert

RGB 166 105 116 -
CMYK 0 0.37 0.30 0.35
HSL 349.18º 0.26% 0.53% -
HSV(B) 349.18º 0.37% 0.65% -
XYZ 23.93 19.47 19.02 -
YUV 124.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 166 105 116 0 0.37 0.30 0.35 349.18 0.26 0.53
Hex A6 69 74 0 25 1E 23 15D 1A 35
Octal 246 151 164 0 45 36 43 535 32 65
Binary 10100110 1101001 1110100 0 100101 11110 100011 101011101 11010 110101

Color Harmonies of #A66974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66974

Black with #A66974

Text Example


Text Example

White with #A66974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66974; }

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

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

background-color css

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

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

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

border-color css

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

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

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