Html Css Color HEX #A34260 Rouge

📋 copy color: '#A34260'

red 163 ◦ green 66 ◦ blue 96

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

Shades of Rouge #A34260

Tints of Rouge #A34260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 50.15%
G = 20.31%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A34260 (or 0xA34260) is known color: Rouge. HEX triplet: A3, 42 and 60. RGB value is (163,66,96). Sum of RGB (Red+Green+Blue) = 163+66+96=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A34260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34260 is #5CBD9F. Grayscale: #626262. Windows color (decimal): -6077856 or 6308515. OLE color: 6308515.

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

Color convert

RGB 163 66 96 -
CMYK 0 0.60 0.41 0.36
HSL 341.44º 0.42% 0.45% -
HSV(B) 341.44º 0.6% 0.64% -
XYZ 19.16 12.53 12.47 -
YUV 98.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 163 66 96 0 0.60 0.41 0.36 341.44 0.42 0.45
Hex A3 42 60 0 3C 29 24 155 2A 2D
Octal 243 102 140 0 74 51 44 525 52 55
Binary 10100011 1000010 1100000 0 111100 101001 100100 101010101 101010 101101

Color Harmonies of #A34260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34260

Black with #A34260

Text Example


Text Example

White with #A34260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34260; }

 p { color: rgb(163,66,96); }

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

background-color css

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

 a { background-color: rgb(163,66,96); }

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

border-color css

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

 span { border-color: rgb(163,66,96); }

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