Html Css Color HEX #A8606D Turkish Rose

📋 copy color: '#A8606D'

red 168 ◦ green 96 ◦ blue 109

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

Shades of Turkish Rose #A8606D

Tints of Turkish Rose #A8606D

RGB

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

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

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

R = 45.04%
G = 25.74%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8606D (or 0xA8606D) is known color: Turkish Rose. HEX triplet: A8, 60 and 6D. RGB value is (168,96,109). Sum of RGB (Red+Green+Blue) = 168+96+109=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8606D is #579F92. Grayscale: #777777. Windows color (decimal): -5742483 or 7168168. OLE color: 7168168.

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

Color convert

RGB 168 96 109 -
CMYK 0 0.43 0.35 0.34
HSL 349.17º 0.29% 0.52% -
HSV(B) 349.17º 0.43% 0.66% -
XYZ 23.09 17.79 16.69 -
YUV 119.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 168 96 109 0 0.43 0.35 0.34 349.17 0.29 0.52
Hex A8 60 6D 0 2B 23 22 15D 1D 34
Octal 250 140 155 0 53 43 42 535 35 64
Binary 10101000 1100000 1101101 0 101011 100011 100010 101011101 11101 110100

Color Harmonies of #A8606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8606D

Black with #A8606D

Text Example


Text Example

White with #A8606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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