Html Css Color HEX #A3767F Turkish Rose

📋 copy color: '#A3767F'

red 163 ◦ green 118 ◦ blue 127

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

Shades of Turkish Rose #A3767F

Tints of Turkish Rose #A3767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

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

R = 39.95%
G = 28.92%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3767F (or 0xA3767F) is known color: Turkish Rose. HEX triplet: A3, 76 and 7F. RGB value is (163,118,127). Sum of RGB (Red+Green+Blue) = 163+118+127=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3767F is #5C8980. Grayscale: #848484. Windows color (decimal): -6064513 or 8353443. OLE color: 8353443.

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

Color convert

RGB 163 118 127 -
CMYK 0 0.28 0.22 0.36
HSL 348º 0.2% 0.55% -
HSV(B) 348º 0.28% 0.64% -
XYZ 25.41 22.28 23.04 -
YUV 132.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 163 118 127 0 0.28 0.22 0.36 348 0.2 0.55
Hex A3 76 7F 0 1C 16 24 15C 14 37
Octal 243 166 177 0 34 26 44 534 24 67
Binary 10100011 1110110 1111111 0 11100 10110 100100 101011100 10100 110111

Color Harmonies of #A3767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3767F

Black with #A3767F

Text Example


Text Example

White with #A3767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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