Html Css Color HEX #A8616C Turkish Rose

📋 copy color: '#A8616C'

red 168 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #A8616C

Tints of Turkish Rose #A8616C

RGB

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

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

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

R = 45.04%
G = 26.01%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8616C (or 0xA8616C) is known color: Turkish Rose. HEX triplet: A8, 61 and 6C. RGB value is (168,97,108). Sum of RGB (Red+Green+Blue) = 168+97+108=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8616C is #579E93. Grayscale: #777777. Windows color (decimal): -5742228 or 7102888. OLE color: 7102888.

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

Color convert

RGB 168 97 108 -
CMYK 0 0.42 0.36 0.34
HSL 350.7º 0.29% 0.52% -
HSV(B) 350.7º 0.42% 0.66% -
XYZ 23.13 17.96 16.43 -
YUV 119.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 168 97 108 0 0.42 0.36 0.34 350.7 0.29 0.52
Hex A8 61 6C 0 2A 24 22 15F 1D 34
Octal 250 141 154 0 52 44 42 537 35 64
Binary 10101000 1100001 1101100 0 101010 100100 100010 101011111 11101 110100

Color Harmonies of #A8616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8616C

Black with #A8616C

Text Example


Text Example

White with #A8616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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