Html Css Color HEX #A86672 Turkish Rose

📋 copy color: '#A86672'

red 168 ◦ green 102 ◦ blue 114

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

Shades of Turkish Rose #A86672

Tints of Turkish Rose #A86672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 43.75%
G = 26.56%
B = 29.69%

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

#A86672 (or 0xA86672) is known color: Turkish Rose. HEX triplet: A8, 66 and 72. RGB value is (168,102,114). Sum of RGB (Red+Green+Blue) = 168+102+114=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A86672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86672 is #57998D. Grayscale: #7B7B7B. Windows color (decimal): -5740942 or 7497384. OLE color: 7497384.

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

Color convert

RGB 168 102 114 -
CMYK 0 0.39 0.32 0.34
HSL 349.09º 0.28% 0.53% -
HSV(B) 349.09º 0.39% 0.66% -
XYZ 23.94 19.04 18.33 -
YUV 123.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 168 102 114 0 0.39 0.32 0.34 349.09 0.28 0.53
Hex A8 66 72 0 27 20 22 15D 1C 35
Octal 250 146 162 0 47 40 42 535 34 65
Binary 10101000 1100110 1110010 0 100111 100000 100010 101011101 11100 110101

Color Harmonies of #A86672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86672

Black with #A86672

Text Example


Text Example

White with #A86672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86672; }

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

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

background-color css

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

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

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

border-color css

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

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

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