Html Css Color HEX #A7616D Turkish Rose

📋 copy color: '#A7616D'

red 167 ◦ green 97 ◦ blue 109

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

Shades of Turkish Rose #A7616D

Tints of Turkish Rose #A7616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 44.77%
G = 26.01%
B = 29.22%

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

#A7616D (or 0xA7616D) is known color: Turkish Rose. HEX triplet: A7, 61 and 6D. RGB value is (167,97,109). Sum of RGB (Red+Green+Blue) = 167+97+109=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7616D is #589E92. Grayscale: #777777. Windows color (decimal): -5807763 or 7168423. OLE color: 7168423.

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

Color convert

RGB 167 97 109 -
CMYK 0 0.42 0.35 0.35
HSL 349.71º 0.28% 0.52% -
HSV(B) 349.71º 0.42% 0.65% -
XYZ 22.97 17.87 16.71 -
YUV 119.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 167 97 109 0 0.42 0.35 0.35 349.71 0.28 0.52
Hex A7 61 6D 0 2A 23 23 15E 1C 34
Octal 247 141 155 0 52 43 43 536 34 64
Binary 10100111 1100001 1101101 0 101010 100011 100011 101011110 11100 110100

Color Harmonies of #A7616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7616D

Black with #A7616D

Text Example


Text Example

White with #A7616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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