Html Css Color HEX #A67079 Turkish Rose

📋 copy color: '#A67079'

red 166 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #A67079

Tints of Turkish Rose #A67079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 41.6%
G = 28.07%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A67079 (or 0xA67079) is known color: Turkish Rose. HEX triplet: A6, 70 and 79. RGB value is (166,112,121). Sum of RGB (Red+Green+Blue) = 166+112+121=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A67079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67079 is #598F86. Grayscale: #818181. Windows color (decimal): -5869447 or 7958694. OLE color: 7958694.

HSL color Cylindrical-coordinate representation of color #A67079: hue angle of 350º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67079 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 121 -
CMYK 0 0.33 0.27 0.35
HSL 350º 0.23% 0.55% -
HSV(B) 350º 0.33% 0.65% -
XYZ 24.97 21.08 20.84 -
YUV 129.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 166 112 121 0 0.33 0.27 0.35 350 0.23 0.55
Hex A6 70 79 0 21 1B 23 15E 17 37
Octal 246 160 171 0 41 33 43 536 27 67
Binary 10100110 1110000 1111001 0 100001 11011 100011 101011110 10111 110111

Color Harmonies of #A67079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67079

Black with #A67079

Text Example


Text Example

White with #A67079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67079; }

 p { color: rgb(166,112,121); }

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

background-color css

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

 a { background-color: rgb(166,112,121); }

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

border-color css

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

 span { border-color: rgb(166,112,121); }

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