Html Css Color HEX #A03B6D Rouge

📋 copy color: '#A03B6D'

red 160 ◦ green 59 ◦ blue 109

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

Shades of Rouge #A03B6D

Tints of Rouge #A03B6D

RGB

 RED value IS 160 (62.89% from 255) = 48.78%

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 48.78%
G = 17.99%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A03B6D (or 0xA03B6D) is known color: Rouge. HEX triplet: A0, 3B and 6D. RGB value is (160,59,109). Sum of RGB (Red+Green+Blue) = 160+59+109=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03B6D is #5FC492. Grayscale: #5E5E5E. Windows color (decimal): -6276243 or 7158688. OLE color: 7158688.

HSL color Cylindrical-coordinate representation of color #A03B6D: hue angle of 330.3º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03B6D is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 59 109 -
CMYK 0 0.63 0.32 0.37
HSL 330.3º 0.46% 0.43% -
HSV(B) 330.3º 0.63% 0.63% -
XYZ 18.82 11.71 15.74 -
YUV 94.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 160 59 109 0 0.63 0.32 0.37 330.3 0.46 0.43
Hex A0 3B 6D 0 3F 20 25 14A 2E 2B
Octal 240 73 155 0 77 40 45 512 56 53
Binary 10100000 111011 1101101 0 111111 100000 100101 101001010 101110 101011

Color Harmonies of #A03B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03B6D

Black with #A03B6D

Text Example


Text Example

White with #A03B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03B6D; }

 p { color: rgb(160,59,109); }

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

background-color css

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

 a { background-color: rgb(160,59,109); }

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

border-color css

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

 span { border-color: rgb(160,59,109); }

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