Html Css Color HEX #A37F85 Turkish Rose

📋 copy color: '#A37F85'

red 163 ◦ green 127 ◦ blue 133

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

Shades of Turkish Rose #A37F85

Tints of Turkish Rose #A37F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 38.53%
G = 30.02%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A37F85 (or 0xA37F85) is known color: Turkish Rose. HEX triplet: A3, 7F and 85. RGB value is (163,127,133). Sum of RGB (Red+Green+Blue) = 163+127+133=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F85 is #5C807A. Grayscale: #8A8A8A. Windows color (decimal): -6062203 or 8748963. OLE color: 8748963.

HSL color Cylindrical-coordinate representation of color #A37F85: hue angle of 350º 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 #A37F85 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 127 133 -
CMYK 0 0.22 0.18 0.36
HSL 350º 0.16% 0.57% -
HSV(B) 350º 0.22% 0.64% -
XYZ 26.93 24.66 25.53 -
YUV 138.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 163 127 133 0 0.22 0.18 0.36 350 0.16 0.57
Hex A3 7F 85 0 16 12 24 15E 10 39
Octal 243 177 205 0 26 22 44 536 20 71
Binary 10100011 1111111 10000101 0 10110 10010 100100 101011110 10000 111001

Color Harmonies of #A37F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F85

Black with #A37F85

Text Example


Text Example

White with #A37F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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