Html Css Color HEX #A57374 Turkish Rose

📋 copy color: '#A57374'

red 165 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #A57374

Tints of Turkish Rose #A57374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 41.67%
G = 29.04%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A57374 (or 0xA57374) is known color: Turkish Rose. HEX triplet: A5, 73 and 74. RGB value is (165,115,116). Sum of RGB (Red+Green+Blue) = 165+115+116=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A57374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57374 is #5A8C8B. Grayscale: #828282. Windows color (decimal): -5934220 or 7631781. OLE color: 7631781.

HSL color Cylindrical-coordinate representation of color #A57374: hue angle of 358.8º 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 #A57374 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 116 -
CMYK 0 0.30 0.30 0.35
HSL 358.8º 0.22% 0.55% -
HSV(B) 358.8º 0.3% 0.65% -
XYZ 24.8 21.52 19.37 -
YUV 130.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 165 115 116 0 0.30 0.30 0.35 358.8 0.22 0.55
Hex A5 73 74 0 1E 1E 23 167 16 37
Octal 245 163 164 0 36 36 43 547 26 67
Binary 10100101 1110011 1110100 0 11110 11110 100011 101100111 10110 110111

Color Harmonies of #A57374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57374

Black with #A57374

Text Example


Text Example

White with #A57374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57374; }

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

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

background-color css

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

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

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

border-color css

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

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

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