Html Css Color HEX #A37C83 Turkish Rose

📋 copy color: '#A37C83'

red 163 ◦ green 124 ◦ blue 131

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

Shades of Turkish Rose #A37C83

Tints of Turkish Rose #A37C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 39%
G = 29.67%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A37C83 (or 0xA37C83) is known color: Turkish Rose. HEX triplet: A3, 7C and 83. RGB value is (163,124,131). Sum of RGB (Red+Green+Blue) = 163+124+131=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C83 is #5C837C. Grayscale: #888888. Windows color (decimal): -6062973 or 8617123. OLE color: 8617123.

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

Color convert

RGB 163 124 131 -
CMYK 0 0.24 0.20 0.36
HSL 349.23º 0.17% 0.56% -
HSV(B) 349.23º 0.24% 0.64% -
XYZ 26.41 23.84 24.68 -
YUV 136.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 163 124 131 0 0.24 0.20 0.36 349.23 0.17 0.56
Hex A3 7C 83 0 18 14 24 15D 11 38
Octal 243 174 203 0 30 24 44 535 21 70
Binary 10100011 1111100 10000011 0 11000 10100 100100 101011101 10001 111000

Color Harmonies of #A37C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C83

Black with #A37C83

Text Example


Text Example

White with #A37C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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