Html Css Color HEX #A34462 Rouge

📋 copy color: '#A34462'

red 163 ◦ green 68 ◦ blue 98

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

Shades of Rouge #A34462

Tints of Rouge #A34462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 49.54%
G = 20.67%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A34462 (or 0xA34462) is known color: Rouge. HEX triplet: A3, 44 and 62. RGB value is (163,68,98). Sum of RGB (Red+Green+Blue) = 163+68+98=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A34462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34462 is #5CBB9D. Grayscale: #636363. Windows color (decimal): -6077342 or 6440099. OLE color: 6440099.

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

Color convert

RGB 163 68 98 -
CMYK 0 0.58 0.40 0.36
HSL 341.05º 0.41% 0.45% -
HSV(B) 341.05º 0.58% 0.64% -
XYZ 19.38 12.8 13.01 -
YUV 99.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 163 68 98 0 0.58 0.40 0.36 341.05 0.41 0.45
Hex A3 44 62 0 3A 28 24 155 29 2D
Octal 243 104 142 0 72 50 44 525 51 55
Binary 10100011 1000100 1100010 0 111010 101000 100100 101010101 101001 101101

Color Harmonies of #A34462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34462

Black with #A34462

Text Example


Text Example

White with #A34462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34462; }

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

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

background-color css

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

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

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

border-color css

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

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

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