Html Css Color HEX #A07879 Turkish Rose

📋 copy color: '#A07879'

red 160 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #A07879

Tints of Turkish Rose #A07879

RGB

 RED value IS 160 (62.89% from 255) = 39.9%

 GREEN value IS 120 (47.27% from 255) = 29.93%

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

R = 39.9%
G = 29.93%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A07879 (or 0xA07879) is known color: Turkish Rose. HEX triplet: A0, 78 and 79. RGB value is (160,120,121). Sum of RGB (Red+Green+Blue) = 160+120+121=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A07879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07879 is #5F8786. Grayscale: #848484. Windows color (decimal): -6260615 or 7960736. OLE color: 7960736.

HSL color Cylindrical-coordinate representation of color #A07879: hue angle of 358.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07879 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 121 -
CMYK 0 0.25 0.24 0.37
HSL 358.5º 0.17% 0.55% -
HSV(B) 358.5º 0.25% 0.63% -
XYZ 24.66 22.29 21.09 -
YUV 132.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 160 120 121 0 0.25 0.24 0.37 358.5 0.17 0.55
Hex A0 78 79 0 19 18 25 166 11 37
Octal 240 170 171 0 31 30 45 546 21 67
Binary 10100000 1111000 1111001 0 11001 11000 100101 101100110 10001 110111

Color Harmonies of #A07879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07879

Black with #A07879

Text Example


Text Example

White with #A07879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07879; }

 p { color: rgb(160,120,121); }

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

background-color css

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

 a { background-color: rgb(160,120,121); }

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

border-color css

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

 span { border-color: rgb(160,120,121); }

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