Html Css Color HEX #A86065 Turkish Rose

📋 copy color: '#A86065'

red 168 ◦ green 96 ◦ blue 101

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

Shades of Turkish Rose #A86065

Tints of Turkish Rose #A86065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 46.03%
G = 26.3%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A86065 (or 0xA86065) is known color: Turkish Rose. HEX triplet: A8, 60 and 65. RGB value is (168,96,101). Sum of RGB (Red+Green+Blue) = 168+96+101=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A86065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86065 is #579F9A. Grayscale: #767676. Windows color (decimal): -5742491 or 6643880. OLE color: 6643880.

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

Color convert

RGB 168 96 101 -
CMYK 0 0.43 0.40 0.34
HSL 355.83º 0.29% 0.52% -
HSV(B) 355.83º 0.43% 0.66% -
XYZ 22.68 17.63 14.52 -
YUV 118.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 168 96 101 0 0.43 0.40 0.34 355.83 0.29 0.52
Hex A8 60 65 0 2B 28 22 164 1D 34
Octal 250 140 145 0 53 50 42 544 35 64
Binary 10101000 1100000 1100101 0 101011 101000 100010 101100100 11101 110100

Color Harmonies of #A86065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86065

Black with #A86065

Text Example


Text Example

White with #A86065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86065; }

 p { color: rgb(168,96,101); }

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

background-color css

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

 a { background-color: rgb(168,96,101); }

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

border-color css

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

 span { border-color: rgb(168,96,101); }

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