Html Css Color HEX #A86673 Turkish Rose

📋 copy color: '#A86673'

red 168 ◦ green 102 ◦ blue 115

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

Shades of Turkish Rose #A86673

Tints of Turkish Rose #A86673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 43.64%
G = 26.49%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A86673 (or 0xA86673) is known color: Turkish Rose. HEX triplet: A8, 66 and 73. RGB value is (168,102,115). Sum of RGB (Red+Green+Blue) = 168+102+115=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86673 is #57998C. Grayscale: #7B7B7B. Windows color (decimal): -5740941 or 7562920. OLE color: 7562920.

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

Color convert

RGB 168 102 115 -
CMYK 0 0.39 0.32 0.34
HSL 348.18º 0.28% 0.53% -
HSV(B) 348.18º 0.39% 0.66% -
XYZ 23.99 19.07 18.64 -
YUV 123.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 168 102 115 0 0.39 0.32 0.34 348.18 0.28 0.53
Hex A8 66 73 0 27 20 22 15C 1C 35
Octal 250 146 163 0 47 40 42 534 34 65
Binary 10101000 1100110 1110011 0 100111 100000 100010 101011100 11100 110101

Color Harmonies of #A86673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86673

Black with #A86673

Text Example


Text Example

White with #A86673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86673; }

 p { color: rgb(168,102,115); }

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

background-color css

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

 a { background-color: rgb(168,102,115); }

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

border-color css

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

 span { border-color: rgb(168,102,115); }

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