Html Css Color HEX #A07378 Turkish Rose

📋 copy color: '#A07378'

red 160 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #A07378

Tints of Turkish Rose #A07378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

 BLUE value IS 120 (47.27% from 255) = 30.38%

R = 40.51%
G = 29.11%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A07378 (or 0xA07378) is known color: Turkish Rose. HEX triplet: A0, 73 and 78. RGB value is (160,115,120). Sum of RGB (Red+Green+Blue) = 160+115+120=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A07378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07378 is #5F8C87. Grayscale: #818181. Windows color (decimal): -6261896 or 7893920. OLE color: 7893920.

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

Color convert

RGB 160 115 120 -
CMYK 0 0.28 0.25 0.37
HSL 353.33º 0.19% 0.54% -
HSV(B) 353.33º 0.28% 0.63% -
XYZ 24.02 21.09 20.57 -
YUV 129.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 160 115 120 0 0.28 0.25 0.37 353.33 0.19 0.54
Hex A0 73 78 0 1C 19 25 161 13 36
Octal 240 163 170 0 34 31 45 541 23 66
Binary 10100000 1110011 1111000 0 11100 11001 100101 101100001 10011 110110

Color Harmonies of #A07378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07378

Black with #A07378

Text Example


Text Example

White with #A07378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07378; }

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

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

background-color css

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

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

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

border-color css

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

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

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