Html Css Color HEX #A34062 Rouge

📋 copy color: '#A34062'

red 163 ◦ green 64 ◦ blue 98

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

Shades of Rouge #A34062

Tints of Rouge #A34062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 50.15%
G = 19.69%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A34062 (or 0xA34062) is known color: Rouge. HEX triplet: A3, 40 and 62. RGB value is (163,64,98). Sum of RGB (Red+Green+Blue) = 163+64+98=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A34062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34062 is #5CBF9D. Grayscale: #616161. Windows color (decimal): -6078366 or 6439075. OLE color: 6439075.

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

Color convert

RGB 163 64 98 -
CMYK 0 0.61 0.40 0.36
HSL 339.39º 0.44% 0.45% -
HSV(B) 339.39º 0.61% 0.64% -
XYZ 19.14 12.34 12.93 -
YUV 97.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 163 64 98 0 0.61 0.40 0.36 339.39 0.44 0.45
Hex A3 40 62 0 3D 28 24 153 2C 2D
Octal 243 100 142 0 75 50 44 523 54 55
Binary 10100011 1000000 1100010 0 111101 101000 100100 101010011 101100 101101

Color Harmonies of #A34062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34062

Black with #A34062

Text Example


Text Example

White with #A34062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34062; }

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

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

background-color css

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

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

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

border-color css

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

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

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