Html Css Color HEX #A8616D Turkish Rose

📋 copy color: '#A8616D'

red 168 ◦ green 97 ◦ blue 109

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

Shades of Turkish Rose #A8616D

Tints of Turkish Rose #A8616D

RGB

 RED value IS 168 (66.02% from 255) = 44.92%

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

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

R = 44.92%
G = 25.94%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8616D (or 0xA8616D) is known color: Turkish Rose. HEX triplet: A8, 61 and 6D. RGB value is (168,97,109). Sum of RGB (Red+Green+Blue) = 168+97+109=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8616D is #579E92. Grayscale: #777777. Windows color (decimal): -5742227 or 7168424. OLE color: 7168424.

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

Color convert

RGB 168 97 109 -
CMYK 0 0.42 0.35 0.34
HSL 349.86º 0.29% 0.52% -
HSV(B) 349.86º 0.42% 0.66% -
XYZ 23.18 17.98 16.72 -
YUV 119.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 168 97 109 0 0.42 0.35 0.34 349.86 0.29 0.52
Hex A8 61 6D 0 2A 23 22 15E 1D 34
Octal 250 141 155 0 52 43 42 536 35 64
Binary 10101000 1100001 1101101 0 101010 100011 100010 101011110 11101 110100

Color Harmonies of #A8616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8616D

Black with #A8616D

Text Example


Text Example

White with #A8616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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