Html Css Color HEX #A7616C Turkish Rose

📋 copy color: '#A7616C'

red 167 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #A7616C

Tints of Turkish Rose #A7616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 44.89%
G = 26.08%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7616C (or 0xA7616C) is known color: Turkish Rose. HEX triplet: A7, 61 and 6C. RGB value is (167,97,108). Sum of RGB (Red+Green+Blue) = 167+97+108=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7616C is #589E93. Grayscale: #777777. Windows color (decimal): -5807764 or 7102887. OLE color: 7102887.

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

Color convert

RGB 167 97 108 -
CMYK 0 0.42 0.35 0.35
HSL 350.57º 0.28% 0.52% -
HSV(B) 350.57º 0.42% 0.65% -
XYZ 22.92 17.85 16.42 -
YUV 119.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 167 97 108 0 0.42 0.35 0.35 350.57 0.28 0.52
Hex A7 61 6C 0 2A 23 23 15F 1C 34
Octal 247 141 154 0 52 43 43 537 34 64
Binary 10100111 1100001 1101100 0 101010 100011 100011 101011111 11100 110100

Color Harmonies of #A7616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7616C

Black with #A7616C

Text Example


Text Example

White with #A7616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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