Html Css Color HEX #A14567 Rouge

📋 copy color: '#A14567'

red 161 ◦ green 69 ◦ blue 103

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

Shades of Rouge #A14567

Tints of Rouge #A14567

RGB

 RED value IS 161 (63.28% from 255) = 48.35%

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 48.35%
G = 20.72%
B = 30.93%

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

#A14567 (or 0xA14567) is known color: Rouge. HEX triplet: A1, 45 and 67. RGB value is (161,69,103). Sum of RGB (Red+Green+Blue) = 161+69+103=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A14567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14567 is #5EBA98. Grayscale: #646464. Windows color (decimal): -6208153 or 6768033. OLE color: 6768033.

HSL color Cylindrical-coordinate representation of color #A14567: hue angle of 337.83º 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 #A14567 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 103 -
CMYK 0 0.57 0.36 0.37
HSL 337.83º 0.4% 0.45% -
HSV(B) 337.83º 0.57% 0.63% -
XYZ 19.27 12.81 14.29 -
YUV 100.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 161 69 103 0 0.57 0.36 0.37 337.83 0.4 0.45
Hex A1 45 67 0 39 24 25 152 28 2D
Octal 241 105 147 0 71 44 45 522 50 55
Binary 10100001 1000101 1100111 0 111001 100100 100101 101010010 101000 101101

Color Harmonies of #A14567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14567

Black with #A14567

Text Example


Text Example

White with #A14567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14567; }

 p { color: rgb(161,69,103); }

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

background-color css

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

 a { background-color: rgb(161,69,103); }

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

border-color css

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

 span { border-color: rgb(161,69,103); }

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