Html Css Color HEX #A76670 Turkish Rose

📋 copy color: '#A76670'

red 167 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #A76670

Tints of Turkish Rose #A76670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.77%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 43.83%
G = 26.77%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A76670 (or 0xA76670) is known color: Turkish Rose. HEX triplet: A7, 66 and 70. RGB value is (167,102,112). Sum of RGB (Red+Green+Blue) = 167+102+112=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A76670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76670 is #58998F. Grayscale: #7A7A7A. Windows color (decimal): -5806480 or 7366311. OLE color: 7366311.

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

Color convert

RGB 167 102 112 -
CMYK 0 0.39 0.33 0.35
HSL 350.77º 0.27% 0.53% -
HSV(B) 350.77º 0.39% 0.65% -
XYZ 23.61 18.89 17.73 -
YUV 122.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 167 102 112 0 0.39 0.33 0.35 350.77 0.27 0.53
Hex A7 66 70 0 27 21 23 15F 1B 35
Octal 247 146 160 0 47 41 43 537 33 65
Binary 10100111 1100110 1110000 0 100111 100001 100011 101011111 11011 110101

Color Harmonies of #A76670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76670

Black with #A76670

Text Example


Text Example

White with #A76670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76670; }

 p { color: rgb(167,102,112); }

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

background-color css

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

 a { background-color: rgb(167,102,112); }

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

border-color css

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

 span { border-color: rgb(167,102,112); }

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