Html Css Color HEX #A04667 Rouge

📋 copy color: '#A04667'

red 160 ◦ green 70 ◦ blue 103

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

Shades of Rouge #A04667

Tints of Rouge #A04667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

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

R = 48.05%
G = 21.02%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A04667 (or 0xA04667) is known color: Rouge. HEX triplet: A0, 46 and 67. RGB value is (160,70,103). Sum of RGB (Red+Green+Blue) = 160+70+103=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04667 is #5FB998. Grayscale: #646464. Windows color (decimal): -6273433 or 6768288. OLE color: 6768288.

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

Color convert

RGB 160 70 103 -
CMYK 0 0.56 0.36 0.37
HSL 338º 0.39% 0.45% -
HSV(B) 338º 0.56% 0.63% -
XYZ 19.14 12.83 14.3 -
YUV 100.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 160 70 103 0 0.56 0.36 0.37 338 0.39 0.45
Hex A0 46 67 0 38 24 25 152 27 2D
Octal 240 106 147 0 70 44 45 522 47 55
Binary 10100000 1000110 1100111 0 111000 100100 100101 101010010 100111 101101

Color Harmonies of #A04667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04667

Black with #A04667

Text Example


Text Example

White with #A04667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04667; }

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

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

background-color css

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

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

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

border-color css

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

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

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