Html Css Color HEX #A86774 Turkish Rose

📋 copy color: '#A86774'

red 168 ◦ green 103 ◦ blue 116

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

Shades of Turkish Rose #A86774

Tints of Turkish Rose #A86774

RGB

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

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

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

R = 43.41%
G = 26.61%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A86774 (or 0xA86774) is known color: Turkish Rose. HEX triplet: A8, 67 and 74. RGB value is (168,103,116). Sum of RGB (Red+Green+Blue) = 168+103+116=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A86774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86774 is #57988B. Grayscale: #7B7B7B. Windows color (decimal): -5740684 or 7628712. OLE color: 7628712.

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

Color convert

RGB 168 103 116 -
CMYK 0 0.39 0.31 0.34
HSL 348º 0.27% 0.53% -
HSV(B) 348º 0.39% 0.66% -
XYZ 24.15 19.29 18.97 -
YUV 123.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 168 103 116 0 0.39 0.31 0.34 348 0.27 0.53
Hex A8 67 74 0 27 1F 22 15C 1B 35
Octal 250 147 164 0 47 37 42 534 33 65
Binary 10101000 1100111 1110100 0 100111 11111 100010 101011100 11011 110101

Color Harmonies of #A86774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86774

Black with #A86774

Text Example


Text Example

White with #A86774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86774; }

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

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

background-color css

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

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

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

border-color css

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

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

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