Html Css Color HEX #A03962 Rouge

📋 copy color: '#A03962'

red 160 ◦ green 57 ◦ blue 98

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

Shades of Rouge #A03962

Tints of Rouge #A03962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 50.79%
G = 18.1%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A03962 (or 0xA03962) is known color: Rouge. HEX triplet: A0, 39 and 62. RGB value is (160,57,98). Sum of RGB (Red+Green+Blue) = 160+57+98=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A03962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03962 is #5FC69D. Grayscale: #5C5C5C. Windows color (decimal): -6276766 or 6437280. OLE color: 6437280.

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

Color convert

RGB 160 57 98 -
CMYK 0 0.64 0.39 0.37
HSL 336.12º 0.47% 0.43% -
HSV(B) 336.12º 0.64% 0.63% -
XYZ 18.16 11.28 12.78 -
YUV 92.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 160 57 98 0 0.64 0.39 0.37 336.12 0.47 0.43
Hex A0 39 62 0 40 27 25 150 2F 2B
Octal 240 71 142 0 100 47 45 520 57 53
Binary 10100000 111001 1100010 0 1000000 100111 100101 101010000 101111 101011

Color Harmonies of #A03962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03962

Black with #A03962

Text Example


Text Example

White with #A03962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03962; }

 p { color: rgb(160,57,98); }

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

background-color css

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

 a { background-color: rgb(160,57,98); }

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

border-color css

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

 span { border-color: rgb(160,57,98); }

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