Html Css Color HEX #A66874 Turkish Rose

📋 copy color: '#A66874'

red 166 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #A66874

Tints of Turkish Rose #A66874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

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

R = 43.01%
G = 26.94%
B = 30.05%

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

#A66874 (or 0xA66874) is known color: Turkish Rose. HEX triplet: A6, 68 and 74. RGB value is (166,104,116). Sum of RGB (Red+Green+Blue) = 166+104+116=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A66874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66874 is #59978B. Grayscale: #7B7B7B. Windows color (decimal): -5871500 or 7628966. OLE color: 7628966.

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

Color convert

RGB 166 104 116 -
CMYK 0 0.37 0.30 0.35
HSL 348.39º 0.26% 0.53% -
HSV(B) 348.39º 0.37% 0.65% -
XYZ 23.83 19.27 18.99 -
YUV 123.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 166 104 116 0 0.37 0.30 0.35 348.39 0.26 0.53
Hex A6 68 74 0 25 1E 23 15C 1A 35
Octal 246 150 164 0 45 36 43 534 32 65
Binary 10100110 1101000 1110100 0 100101 11110 100011 101011100 11010 110101

Color Harmonies of #A66874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66874

Black with #A66874

Text Example


Text Example

White with #A66874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66874; }

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

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

background-color css

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

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

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

border-color css

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

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

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