Html Css Color HEX #A34464 Rouge

📋 copy color: '#A34464'

red 163 ◦ green 68 ◦ blue 100

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

Shades of Rouge #A34464

Tints of Rouge #A34464

RGB

 RED value IS 163 (64.06% from 255) = 49.24%

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 49.24%
G = 20.54%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A34464 (or 0xA34464) is known color: Rouge. HEX triplet: A3, 44 and 64. RGB value is (163,68,100). Sum of RGB (Red+Green+Blue) = 163+68+100=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A34464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34464 is #5CBB9B. Grayscale: #646464. Windows color (decimal): -6077340 or 6571171. OLE color: 6571171.

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

Color convert

RGB 163 68 100 -
CMYK 0 0.58 0.39 0.36
HSL 339.79º 0.41% 0.45% -
HSV(B) 339.79º 0.58% 0.64% -
XYZ 19.47 12.84 13.51 -
YUV 100.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 163 68 100 0 0.58 0.39 0.36 339.79 0.41 0.45
Hex A3 44 64 0 3A 27 24 154 29 2D
Octal 243 104 144 0 72 47 44 524 51 55
Binary 10100011 1000100 1100100 0 111010 100111 100100 101010100 101001 101101

Color Harmonies of #A34464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34464

Black with #A34464

Text Example


Text Example

White with #A34464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34464; }

 p { color: rgb(163,68,100); }

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

background-color css

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

 a { background-color: rgb(163,68,100); }

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

border-color css

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

 span { border-color: rgb(163,68,100); }

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