Html Css Color HEX #A86772 Turkish Rose

📋 copy color: '#A86772'

red 168 ◦ green 103 ◦ blue 114

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

Shades of Turkish Rose #A86772

Tints of Turkish Rose #A86772

RGB

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

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

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

R = 43.64%
G = 26.75%
B = 29.61%

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

#A86772 (or 0xA86772) is known color: Turkish Rose. HEX triplet: A8, 67 and 72. RGB value is (168,103,114). Sum of RGB (Red+Green+Blue) = 168+103+114=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86772 is #57988D. Grayscale: #7B7B7B. Windows color (decimal): -5740686 or 7497640. OLE color: 7497640.

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

Color convert

RGB 168 103 114 -
CMYK 0 0.39 0.32 0.34
HSL 349.85º 0.27% 0.53% -
HSV(B) 349.85º 0.39% 0.66% -
XYZ 24.04 19.24 18.37 -
YUV 123.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 168 103 114 0 0.39 0.32 0.34 349.85 0.27 0.53
Hex A8 67 72 0 27 20 22 15E 1B 35
Octal 250 147 162 0 47 40 42 536 33 65
Binary 10101000 1100111 1110010 0 100111 100000 100010 101011110 11011 110101

Color Harmonies of #A86772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86772

Black with #A86772

Text Example


Text Example

White with #A86772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86772; }

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

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

background-color css

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

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

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

border-color css

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

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

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