Html Css Color HEX #A37480 Turkish Rose

📋 copy color: '#A37480'

red 163 ◦ green 116 ◦ blue 128

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

Shades of Turkish Rose #A37480

Tints of Turkish Rose #A37480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 40.05%
G = 28.5%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A37480 (or 0xA37480) is known color: Turkish Rose. HEX triplet: A3, 74 and 80. RGB value is (163,116,128). Sum of RGB (Red+Green+Blue) = 163+116+128=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37480 is #5C8B7F. Grayscale: #838383. Windows color (decimal): -6065024 or 8418467. OLE color: 8418467.

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

Color convert

RGB 163 116 128 -
CMYK 0 0.29 0.21 0.36
HSL 344.68º 0.2% 0.55% -
HSV(B) 344.68º 0.29% 0.64% -
XYZ 25.25 21.84 23.31 -
YUV 131.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 163 116 128 0 0.29 0.21 0.36 344.68 0.2 0.55
Hex A3 74 80 0 1D 15 24 159 14 37
Octal 243 164 200 0 35 25 44 531 24 67
Binary 10100011 1110100 10000000 0 11101 10101 100100 101011001 10100 110111

Color Harmonies of #A37480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37480

Black with #A37480

Text Example


Text Example

White with #A37480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37480; }

 p { color: rgb(163,116,128); }

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

background-color css

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

 a { background-color: rgb(163,116,128); }

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

border-color css

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

 span { border-color: rgb(163,116,128); }

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