Html Css Color HEX #A8606B Turkish Rose

📋 copy color: '#A8606B'

red 168 ◦ green 96 ◦ blue 107

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

Shades of Turkish Rose #A8606B

Tints of Turkish Rose #A8606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

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

R = 45.28%
G = 25.88%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8606B (or 0xA8606B) is known color: Turkish Rose. HEX triplet: A8, 60 and 6B. RGB value is (168,96,107). Sum of RGB (Red+Green+Blue) = 168+96+107=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A8606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8606B is #579F94. Grayscale: #767676. Windows color (decimal): -5742485 or 7037096. OLE color: 7037096.

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

Color convert

RGB 168 96 107 -
CMYK 0 0.43 0.36 0.34
HSL 350.83º 0.29% 0.52% -
HSV(B) 350.83º 0.43% 0.66% -
XYZ 22.99 17.75 16.12 -
YUV 118.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 168 96 107 0 0.43 0.36 0.34 350.83 0.29 0.52
Hex A8 60 6B 0 2B 24 22 15F 1D 34
Octal 250 140 153 0 53 44 42 537 35 64
Binary 10101000 1100000 1101011 0 101011 100100 100010 101011111 11101 110100

Color Harmonies of #A8606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8606B

Black with #A8606B

Text Example


Text Example

White with #A8606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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