Html Css Color HEX #A86768 Turkish Rose

📋 copy color: '#A86768'

red 168 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #A86768

Tints of Turkish Rose #A86768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 44.8%
G = 27.47%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A86768 (or 0xA86768) is known color: Turkish Rose. HEX triplet: A8, 67 and 68. RGB value is (168,103,104). Sum of RGB (Red+Green+Blue) = 168+103+104=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A86768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86768 is #579897. Grayscale: #7A7A7A. Windows color (decimal): -5740696 or 6842280. OLE color: 6842280.

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

Color convert

RGB 168 103 104 -
CMYK 0 0.39 0.38 0.34
HSL 359.08º 0.27% 0.53% -
HSV(B) 359.08º 0.39% 0.66% -
XYZ 23.5 19.02 15.53 -
YUV 122.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 168 103 104 0 0.39 0.38 0.34 359.08 0.27 0.53
Hex A8 67 68 0 27 26 22 167 1B 35
Octal 250 147 150 0 47 46 42 547 33 65
Binary 10101000 1100111 1101000 0 100111 100110 100010 101100111 11011 110101

Color Harmonies of #A86768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86768

Black with #A86768

Text Example


Text Example

White with #A86768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86768; }

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

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

background-color css

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

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

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

border-color css

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

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

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