Html Css Color HEX #A86364 Turkish Rose

📋 copy color: '#A86364'

red 168 ◦ green 99 ◦ blue 100

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

Shades of Turkish Rose #A86364

Tints of Turkish Rose #A86364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 45.78%
G = 26.98%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A86364 (or 0xA86364) is known color: Turkish Rose. HEX triplet: A8, 63 and 64. RGB value is (168,99,100). Sum of RGB (Red+Green+Blue) = 168+99+100=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A86364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86364 is #579C9B. Grayscale: #777777. Windows color (decimal): -5741724 or 6579112. OLE color: 6579112.

HSL color Cylindrical-coordinate representation of color #A86364: hue angle of 359.13º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86364 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 100 -
CMYK 0 0.41 0.40 0.34
HSL 359.13º 0.28% 0.52% -
HSV(B) 359.13º 0.41% 0.66% -
XYZ 22.91 18.17 14.36 -
YUV 119.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 168 99 100 0 0.41 0.40 0.34 359.13 0.28 0.52
Hex A8 63 64 0 29 28 22 167 1C 34
Octal 250 143 144 0 51 50 42 547 34 64
Binary 10101000 1100011 1100100 0 101001 101000 100010 101100111 11100 110100

Color Harmonies of #A86364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86364

Black with #A86364

Text Example


Text Example

White with #A86364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86364; }

 p { color: rgb(168,99,100); }

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

background-color css

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

 a { background-color: rgb(168,99,100); }

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

border-color css

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

 span { border-color: rgb(168,99,100); }

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