Html Css Color HEX #A04467 Rouge

📋 copy color: '#A04467'

red 160 ◦ green 68 ◦ blue 103

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

Shades of Rouge #A04467

Tints of Rouge #A04467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 48.34%
G = 20.54%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A04467 (or 0xA04467) is known color: Rouge. HEX triplet: A0, 44 and 67. RGB value is (160,68,103). Sum of RGB (Red+Green+Blue) = 160+68+103=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A04467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04467 is #5FBB98. Grayscale: #636363. Windows color (decimal): -6273945 or 6767776. OLE color: 6767776.

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

Color convert

RGB 160 68 103 -
CMYK 0 0.57 0.36 0.37
HSL 337.17º 0.4% 0.45% -
HSV(B) 337.17º 0.58% 0.63% -
XYZ 19.01 12.59 14.26 -
YUV 99.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 160 68 103 0 0.57 0.36 0.37 337.17 0.4 0.45
Hex A0 44 67 0 39 24 25 151 28 2D
Octal 240 104 147 0 71 44 45 521 50 55
Binary 10100000 1000100 1100111 0 111001 100100 100101 101010001 101000 101101

Color Harmonies of #A04467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04467

Black with #A04467

Text Example


Text Example

White with #A04467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04467; }

 p { color: rgb(160,68,103); }

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

background-color css

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

 a { background-color: rgb(160,68,103); }

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

border-color css

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

 span { border-color: rgb(160,68,103); }

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