Html Css Color HEX #A8626D Turkish Rose

📋 copy color: '#A8626D'

red 168 ◦ green 98 ◦ blue 109

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

Shades of Turkish Rose #A8626D

Tints of Turkish Rose #A8626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

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

R = 44.8%
G = 26.13%
B = 29.07%

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

#A8626D (or 0xA8626D) is known color: Turkish Rose. HEX triplet: A8, 62 and 6D. RGB value is (168,98,109). Sum of RGB (Red+Green+Blue) = 168+98+109=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8626D is #579D92. Grayscale: #787878. Windows color (decimal): -5741971 or 7168680. OLE color: 7168680.

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

Color convert

RGB 168 98 109 -
CMYK 0 0.42 0.35 0.34
HSL 350.57º 0.29% 0.52% -
HSV(B) 350.57º 0.42% 0.66% -
XYZ 23.28 18.16 16.75 -
YUV 120.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 168 98 109 0 0.42 0.35 0.34 350.57 0.29 0.52
Hex A8 62 6D 0 2A 23 22 15F 1D 34
Octal 250 142 155 0 52 43 42 537 35 64
Binary 10101000 1100010 1101101 0 101010 100011 100010 101011111 11101 110100

Color Harmonies of #A8626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8626D

Black with #A8626D

Text Example


Text Example

White with #A8626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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