Html Css Color HEX #A0787A Turkish Rose

📋 copy color: '#A0787A'

red 160 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #A0787A

Tints of Turkish Rose #A0787A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 39.8%
G = 29.85%
B = 30.35%

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

#A0787A (or 0xA0787A) is known color: Turkish Rose. HEX triplet: A0, 78 and 7A. RGB value is (160,120,122). Sum of RGB (Red+Green+Blue) = 160+120+122=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0787A is #5F8785. Grayscale: #848484. Windows color (decimal): -6260614 or 8026272. OLE color: 8026272.

HSL color Cylindrical-coordinate representation of color #A0787A: hue angle of 357º 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 #A0787A is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 122 -
CMYK 0 0.25 0.24 0.37
HSL 357º 0.17% 0.55% -
HSV(B) 357º 0.25% 0.63% -
XYZ 24.73 22.31 21.42 -
YUV 132.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 160 120 122 0 0.25 0.24 0.37 357 0.17 0.55
Hex A0 78 7A 0 19 18 25 165 11 37
Octal 240 170 172 0 31 30 45 545 21 67
Binary 10100000 1111000 1111010 0 11001 11000 100101 101100101 10001 110111

Color Harmonies of #A0787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0787A

Black with #A0787A

Text Example


Text Example

White with #A0787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0787A; }

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

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

background-color css

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

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

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

border-color css

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

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

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