Html Css Color HEX #A86479 Turkish Rose

📋 copy color: '#A86479'

red 168 ◦ green 100 ◦ blue 121

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

Shades of Turkish Rose #A86479

Tints of Turkish Rose #A86479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 43.19%
G = 25.71%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A86479 (or 0xA86479) is known color: Turkish Rose. HEX triplet: A8, 64 and 79. RGB value is (168,100,121). Sum of RGB (Red+Green+Blue) = 168+100+121=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A86479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86479 is #579B86. Grayscale: #7A7A7A. Windows color (decimal): -5741447 or 7955624. OLE color: 7955624.

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

Color convert

RGB 168 100 121 -
CMYK 0 0.40 0.28 0.34
HSL 341.47º 0.28% 0.53% -
HSV(B) 341.47º 0.4% 0.66% -
XYZ 24.16 18.82 20.45 -
YUV 122.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 168 100 121 0 0.40 0.28 0.34 341.47 0.28 0.53
Hex A8 64 79 0 28 1C 22 155 1C 35
Octal 250 144 171 0 50 34 42 525 34 65
Binary 10101000 1100100 1111001 0 101000 11100 100010 101010101 11100 110101

Color Harmonies of #A86479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86479

Black with #A86479

Text Example


Text Example

White with #A86479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86479; }

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

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

background-color css

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

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

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

border-color css

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

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

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