Html Css Color HEX #A76174 Turkish Rose

📋 copy color: '#A76174'

red 167 ◦ green 97 ◦ blue 116

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

Shades of Turkish Rose #A76174

Tints of Turkish Rose #A76174

RGB

 RED value IS 167 (65.63% from 255) = 43.95%

 GREEN value IS 97 (38.28% from 255) = 25.53%

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

R = 43.95%
G = 25.53%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A76174 (or 0xA76174) is known color: Turkish Rose. HEX triplet: A7, 61 and 74. RGB value is (167,97,116). Sum of RGB (Red+Green+Blue) = 167+97+116=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A76174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76174 is #589E8B. Grayscale: #787878. Windows color (decimal): -5807756 or 7627175. OLE color: 7627175.

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

Color convert

RGB 167 97 116 -
CMYK 0 0.42 0.31 0.35
HSL 343.71º 0.28% 0.52% -
HSV(B) 343.71º 0.42% 0.65% -
XYZ 23.36 18.03 18.77 -
YUV 120.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 167 97 116 0 0.42 0.31 0.35 343.71 0.28 0.52
Hex A7 61 74 0 2A 1F 23 158 1C 34
Octal 247 141 164 0 52 37 43 530 34 64
Binary 10100111 1100001 1110100 0 101010 11111 100011 101011000 11100 110100

Color Harmonies of #A76174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76174

Black with #A76174

Text Example


Text Example

White with #A76174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76174; }

 p { color: rgb(167,97,116); }

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

background-color css

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

 a { background-color: rgb(167,97,116); }

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

border-color css

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

 span { border-color: rgb(167,97,116); }

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