Html Css Color HEX #A02E6D Rouge

📋 copy color: '#A02E6D'

red 160 ◦ green 46 ◦ blue 109

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

Shades of Rouge #A02E6D

Tints of Rouge #A02E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.6%

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

R = 50.79%
G = 14.6%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A02E6D (or 0xA02E6D) is known color: Rouge. HEX triplet: A0, 2E and 6D. RGB value is (160,46,109). Sum of RGB (Red+Green+Blue) = 160+46+109=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02E6D is #5FD192. Grayscale: #575757. Windows color (decimal): -6279571 or 7155360. OLE color: 7155360.

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

Color convert

RGB 160 46 109 -
CMYK 0 0.71 0.32 0.37
HSL 326.84º 0.55% 0.4% -
HSV(B) 326.84º 0.71% 0.63% -
XYZ 18.23 10.53 15.54 -
YUV 87.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 160 46 109 0 0.71 0.32 0.37 326.84 0.55 0.4
Hex A0 2E 6D 0 47 20 25 147 37 28
Octal 240 56 155 0 107 40 45 507 67 50
Binary 10100000 101110 1101101 0 1000111 100000 100101 101000111 110111 101000

Color Harmonies of #A02E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02E6D

Black with #A02E6D

Text Example


Text Example

White with #A02E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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