Html Css Color HEX #A14767 Rouge

📋 copy color: '#A14767'

red 161 ◦ green 71 ◦ blue 103

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

Shades of Rouge #A14767

Tints of Rouge #A14767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 48.06%
G = 21.19%
B = 30.75%

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

#A14767 (or 0xA14767) is known color: Rouge. HEX triplet: A1, 47 and 67. RGB value is (161,71,103). Sum of RGB (Red+Green+Blue) = 161+71+103=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A14767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14767 is #5EB898. Grayscale: #656565. Windows color (decimal): -6207641 or 6768545. OLE color: 6768545.

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

Color convert

RGB 161 71 103 -
CMYK 0 0.56 0.36 0.37
HSL 338.67º 0.39% 0.45% -
HSV(B) 338.67º 0.56% 0.63% -
XYZ 19.4 13.06 14.33 -
YUV 101.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 161 71 103 0 0.56 0.36 0.37 338.67 0.39 0.45
Hex A1 47 67 0 38 24 25 153 27 2D
Octal 241 107 147 0 70 44 45 523 47 55
Binary 10100001 1000111 1100111 0 111000 100100 100101 101010011 100111 101101

Color Harmonies of #A14767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14767

Black with #A14767

Text Example


Text Example

White with #A14767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14767; }

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

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

background-color css

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

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

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

border-color css

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

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

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