Html Css Color HEX #A57C7F Turkish Rose

📋 copy color: '#A57C7F'

red 165 ◦ green 124 ◦ blue 127

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

Shades of Turkish Rose #A57C7F

Tints of Turkish Rose #A57C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 39.66%
G = 29.81%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A57C7F (or 0xA57C7F) is known color: Turkish Rose. HEX triplet: A5, 7C and 7F. RGB value is (165,124,127). Sum of RGB (Red+Green+Blue) = 165+124+127=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C7F is #5A8380. Grayscale: #888888. Windows color (decimal): -5931905 or 8354981. OLE color: 8354981.

HSL color Cylindrical-coordinate representation of color #A57C7F: hue angle of 355.61º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A57C7F is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 124 127 -
CMYK 0 0.25 0.23 0.35
HSL 355.61º 0.19% 0.57% -
HSV(B) 355.61º 0.25% 0.65% -
XYZ 26.56 23.95 23.3 -
YUV 136.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 165 124 127 0 0.25 0.23 0.35 355.61 0.19 0.57
Hex A5 7C 7F 0 19 17 23 164 13 39
Octal 245 174 177 0 31 27 43 544 23 71
Binary 10100101 1111100 1111111 0 11001 10111 100011 101100100 10011 111001

Color Harmonies of #A57C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C7F

Black with #A57C7F

Text Example


Text Example

White with #A57C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C7F; }

 p { color: rgb(165,124,127); }

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

background-color css

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

 a { background-color: rgb(165,124,127); }

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

border-color css

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

 span { border-color: rgb(165,124,127); }

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