Html Css Color HEX #A8626F Turkish Rose

📋 copy color: '#A8626F'

red 168 ◦ green 98 ◦ blue 111

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

Shades of Turkish Rose #A8626F

Tints of Turkish Rose #A8626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 44.56%
G = 25.99%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8626F (or 0xA8626F) is known color: Turkish Rose. HEX triplet: A8, 62 and 6F. RGB value is (168,98,111). Sum of RGB (Red+Green+Blue) = 168+98+111=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8626F is #579D90. Grayscale: #787878. Windows color (decimal): -5741969 or 7299752. OLE color: 7299752.

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

Color convert

RGB 168 98 111 -
CMYK 0 0.42 0.34 0.34
HSL 348.86º 0.29% 0.52% -
HSV(B) 348.86º 0.42% 0.66% -
XYZ 23.39 18.21 17.32 -
YUV 120.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 168 98 111 0 0.42 0.34 0.34 348.86 0.29 0.52
Hex A8 62 6F 0 2A 22 22 15D 1D 34
Octal 250 142 157 0 52 42 42 535 35 64
Binary 10101000 1100010 1101111 0 101010 100010 100010 101011101 11101 110100

Color Harmonies of #A8626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8626F

Black with #A8626F

Text Example


Text Example

White with #A8626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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