Html Css Color HEX #A8676E Turkish Rose

📋 copy color: '#A8676E'

red 168 ◦ green 103 ◦ blue 110

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

Shades of Turkish Rose #A8676E

Tints of Turkish Rose #A8676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 44.09%
G = 27.03%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8676E (or 0xA8676E) is known color: Turkish Rose. HEX triplet: A8, 67 and 6E. RGB value is (168,103,110). Sum of RGB (Red+Green+Blue) = 168+103+110=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8676E is #579891. Grayscale: #7B7B7B. Windows color (decimal): -5740690 or 7235496. OLE color: 7235496.

HSL color Cylindrical-coordinate representation of color #A8676E: hue angle of 353.54º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8676E is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 103 110 -
CMYK 0 0.39 0.35 0.34
HSL 353.54º 0.27% 0.53% -
HSV(B) 353.54º 0.39% 0.66% -
XYZ 23.81 19.15 17.19 -
YUV 123.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 168 103 110 0 0.39 0.35 0.34 353.54 0.27 0.53
Hex A8 67 6E 0 27 23 22 162 1B 35
Octal 250 147 156 0 47 43 42 542 33 65
Binary 10101000 1100111 1101110 0 100111 100011 100010 101100010 11011 110101

Color Harmonies of #A8676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8676E

Black with #A8676E

Text Example


Text Example

White with #A8676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8676E; }

 p { color: rgb(168,103,110); }

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

background-color css

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

 a { background-color: rgb(168,103,110); }

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

border-color css

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

 span { border-color: rgb(168,103,110); }

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