Html Css Color HEX #A8616B Turkish Rose

📋 copy color: '#A8616B'

red 168 ◦ green 97 ◦ blue 107

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

Shades of Turkish Rose #A8616B

Tints of Turkish Rose #A8616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 45.16%
G = 26.08%
B = 28.76%

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

#A8616B (or 0xA8616B) is known color: Turkish Rose. HEX triplet: A8, 61 and 6B. RGB value is (168,97,107). Sum of RGB (Red+Green+Blue) = 168+97+107=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A8616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8616B is #579E94. Grayscale: #777777. Windows color (decimal): -5742229 or 7037352. OLE color: 7037352.

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

Color convert

RGB 168 97 107 -
CMYK 0 0.42 0.36 0.34
HSL 351.55º 0.29% 0.52% -
HSV(B) 351.55º 0.42% 0.66% -
XYZ 23.08 17.94 16.16 -
YUV 119.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 168 97 107 0 0.42 0.36 0.34 351.55 0.29 0.52
Hex A8 61 6B 0 2A 24 22 160 1D 34
Octal 250 141 153 0 52 44 42 540 35 64
Binary 10101000 1100001 1101011 0 101010 100100 100010 101100000 11101 110100

Color Harmonies of #A8616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8616B

Black with #A8616B

Text Example


Text Example

White with #A8616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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