Html Css Color HEX #A37F83 Turkish Rose

📋 copy color: '#A37F83'

red 163 ◦ green 127 ◦ blue 131

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

Shades of Turkish Rose #A37F83

Tints of Turkish Rose #A37F83

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

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

R = 38.72%
G = 30.17%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A37F83 (or 0xA37F83) is known color: Turkish Rose. HEX triplet: A3, 7F and 83. RGB value is (163,127,131). Sum of RGB (Red+Green+Blue) = 163+127+131=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F83 is #5C807C. Grayscale: #8A8A8A. Windows color (decimal): -6062205 or 8617891. OLE color: 8617891.

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

Color convert

RGB 163 127 131 -
CMYK 0 0.22 0.20 0.36
HSL 353.33º 0.16% 0.57% -
HSV(B) 353.33º 0.22% 0.64% -
XYZ 26.79 24.6 24.81 -
YUV 138.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 163 127 131 0 0.22 0.20 0.36 353.33 0.16 0.57
Hex A3 7F 83 0 16 14 24 161 10 39
Octal 243 177 203 0 26 24 44 541 20 71
Binary 10100011 1111111 10000011 0 10110 10100 100100 101100001 10000 111001

Color Harmonies of #A37F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F83

Black with #A37F83

Text Example


Text Example

White with #A37F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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