Html Css Color HEX #A86874 Turkish Rose

📋 copy color: '#A86874'

red 168 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #A86874

Tints of Turkish Rose #A86874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 43.3%
G = 26.8%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A86874 (or 0xA86874) is known color: Turkish Rose. HEX triplet: A8, 68 and 74. RGB value is (168,104,116). Sum of RGB (Red+Green+Blue) = 168+104+116=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A86874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86874 is #57978B. Grayscale: #7C7C7C. Windows color (decimal): -5740428 or 7628968. OLE color: 7628968.

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

Color convert

RGB 168 104 116 -
CMYK 0 0.38 0.31 0.34
HSL 348.75º 0.27% 0.53% -
HSV(B) 348.75º 0.38% 0.66% -
XYZ 24.25 19.49 19.01 -
YUV 124.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 168 104 116 0 0.38 0.31 0.34 348.75 0.27 0.53
Hex A8 68 74 0 26 1F 22 15D 1B 35
Octal 250 150 164 0 46 37 42 535 33 65
Binary 10101000 1101000 1110100 0 100110 11111 100010 101011101 11011 110101

Color Harmonies of #A86874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86874

Black with #A86874

Text Example


Text Example

White with #A86874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86874; }

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

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

background-color css

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

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

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

border-color css

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

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

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