Html Css Color HEX #A3777F Turkish Rose

📋 copy color: '#A3777F'

red 163 ◦ green 119 ◦ blue 127

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

Shades of Turkish Rose #A3777F

Tints of Turkish Rose #A3777F

RGB

 RED value IS 163 (64.06% from 255) = 39.85%

 GREEN value IS 119 (46.88% from 255) = 29.1%

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

R = 39.85%
G = 29.1%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3777F (or 0xA3777F) is known color: Turkish Rose. HEX triplet: A3, 77 and 7F. RGB value is (163,119,127). Sum of RGB (Red+Green+Blue) = 163+119+127=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3777F is #5C8880. Grayscale: #858585. Windows color (decimal): -6064257 or 8353699. OLE color: 8353699.

HSL color Cylindrical-coordinate representation of color #A3777F: hue angle of 349.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3777F is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 119 127 -
CMYK 0 0.27 0.22 0.36
HSL 349.09º 0.19% 0.55% -
HSV(B) 349.09º 0.27% 0.64% -
XYZ 25.53 22.51 23.08 -
YUV 133.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 163 119 127 0 0.27 0.22 0.36 349.09 0.19 0.55
Hex A3 77 7F 0 1B 16 24 15D 13 37
Octal 243 167 177 0 33 26 44 535 23 67
Binary 10100011 1110111 1111111 0 11011 10110 100100 101011101 10011 110111

Color Harmonies of #A3777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3777F

Black with #A3777F

Text Example


Text Example

White with #A3777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3777F; }

 p { color: rgb(163,119,127); }

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

background-color css

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

 a { background-color: rgb(163,119,127); }

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

border-color css

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

 span { border-color: rgb(163,119,127); }

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