Html Css Color HEX #A57378 Turkish Rose

📋 copy color: '#A57378'

red 165 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #A57378

Tints of Turkish Rose #A57378

RGB

 RED value IS 165 (64.84% from 255) = 41.25%

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

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

R = 41.25%
G = 28.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A57378 (or 0xA57378) is known color: Turkish Rose. HEX triplet: A5, 73 and 78. RGB value is (165,115,120). Sum of RGB (Red+Green+Blue) = 165+115+120=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A57378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57378 is #5A8C87. Grayscale: #828282. Windows color (decimal): -5934216 or 7893925. OLE color: 7893925.

HSL color Cylindrical-coordinate representation of color #A57378: hue angle of 354º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57378 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 120 -
CMYK 0 0.30 0.27 0.35
HSL 354º 0.22% 0.55% -
HSV(B) 354º 0.3% 0.65% -
XYZ 25.04 21.62 20.62 -
YUV 130.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 165 115 120 0 0.30 0.27 0.35 354 0.22 0.55
Hex A5 73 78 0 1E 1B 23 162 16 37
Octal 245 163 170 0 36 33 43 542 26 67
Binary 10100101 1110011 1111000 0 11110 11011 100011 101100010 10110 110111

Color Harmonies of #A57378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57378

Black with #A57378

Text Example


Text Example

White with #A57378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57378; }

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

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

background-color css

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

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

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

border-color css

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

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

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