Html Css Color HEX #A36F7C Turkish Rose

📋 copy color: '#A36F7C'

red 163 ◦ green 111 ◦ blue 124

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

Shades of Turkish Rose #A36F7C

Tints of Turkish Rose #A36F7C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 40.95%
G = 27.89%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A36F7C (or 0xA36F7C) is known color: Turkish Rose. HEX triplet: A3, 6F and 7C. RGB value is (163,111,124). Sum of RGB (Red+Green+Blue) = 163+111+124=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F7C is #5C9083. Grayscale: #808080. Windows color (decimal): -6066308 or 8155043. OLE color: 8155043.

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

Color convert

RGB 163 111 124 -
CMYK 0 0.32 0.24 0.36
HSL 345º 0.22% 0.54% -
HSV(B) 345º 0.32% 0.64% -
XYZ 24.43 20.61 21.76 -
YUV 128.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 163 111 124 0 0.32 0.24 0.36 345 0.22 0.54
Hex A3 6F 7C 0 20 18 24 159 16 36
Octal 243 157 174 0 40 30 44 531 26 66
Binary 10100011 1101111 1111100 0 100000 11000 100100 101011001 10110 110110

Color Harmonies of #A36F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36F7C

Black with #A36F7C

Text Example


Text Example

White with #A36F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36F7C; }

 p { color: rgb(163,111,124); }

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

background-color css

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

 a { background-color: rgb(163,111,124); }

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

border-color css

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

 span { border-color: rgb(163,111,124); }

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