Html Css Color HEX #A14768 Rouge

📋 copy color: '#A14768'

red 161 ◦ green 71 ◦ blue 104

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

Shades of Rouge #A14768

Tints of Rouge #A14768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 47.92%
G = 21.13%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A14768 (or 0xA14768) is known color: Rouge. HEX triplet: A1, 47 and 68. RGB value is (161,71,104). Sum of RGB (Red+Green+Blue) = 161+71+104=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A14768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14768 is #5EB897. Grayscale: #656565. Windows color (decimal): -6207640 or 6834081. OLE color: 6834081.

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

Color convert

RGB 161 71 104 -
CMYK 0 0.56 0.35 0.37
HSL 338º 0.39% 0.45% -
HSV(B) 338º 0.56% 0.63% -
XYZ 19.45 13.08 14.6 -
YUV 101.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 161 71 104 0 0.56 0.35 0.37 338 0.39 0.45
Hex A1 47 68 0 38 23 25 152 27 2D
Octal 241 107 150 0 70 43 45 522 47 55
Binary 10100001 1000111 1101000 0 111000 100011 100101 101010010 100111 101101

Color Harmonies of #A14768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14768

Black with #A14768

Text Example


Text Example

White with #A14768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14768; }

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

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

background-color css

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

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

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

border-color css

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

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

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