Html Css Color HEX #A34463 Rouge

📋 copy color: '#A34463'

red 163 ◦ green 68 ◦ blue 99

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

Shades of Rouge #A34463

Tints of Rouge #A34463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30%

R = 49.39%
G = 20.61%
B = 30%

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

#A34463 (or 0xA34463) is known color: Rouge. HEX triplet: A3, 44 and 63. RGB value is (163,68,99). Sum of RGB (Red+Green+Blue) = 163+68+99=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A34463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34463 is #5CBB9C. Grayscale: #636363. Windows color (decimal): -6077341 or 6505635. OLE color: 6505635.

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

Color convert

RGB 163 68 99 -
CMYK 0 0.58 0.39 0.36
HSL 340.42º 0.41% 0.45% -
HSV(B) 340.42º 0.58% 0.64% -
XYZ 19.42 12.82 13.26 -
YUV 99.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 163 68 99 0 0.58 0.39 0.36 340.42 0.41 0.45
Hex A3 44 63 0 3A 27 24 154 29 2D
Octal 243 104 143 0 72 47 44 524 51 55
Binary 10100011 1000100 1100011 0 111010 100111 100100 101010100 101001 101101

Color Harmonies of #A34463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34463

Black with #A34463

Text Example


Text Example

White with #A34463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34463; }

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

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

background-color css

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

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

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

border-color css

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

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

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