Html Css Color HEX #A34265 Rouge

📋 copy color: '#A34265'

red 163 ◦ green 66 ◦ blue 101

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

Shades of Rouge #A34265

Tints of Rouge #A34265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 49.39%
G = 20%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A34265 (or 0xA34265) is known color: Rouge. HEX triplet: A3, 42 and 65. RGB value is (163,66,101). Sum of RGB (Red+Green+Blue) = 163+66+101=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A34265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34265 is #5CBD9A. Grayscale: #626262. Windows color (decimal): -6077851 or 6636195. OLE color: 6636195.

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

Color convert

RGB 163 66 101 -
CMYK 0 0.60 0.38 0.36
HSL 338.35º 0.42% 0.45% -
HSV(B) 338.35º 0.6% 0.64% -
XYZ 19.4 12.62 13.73 -
YUV 98.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 163 66 101 0 0.60 0.38 0.36 338.35 0.42 0.45
Hex A3 42 65 0 3C 26 24 152 2A 2D
Octal 243 102 145 0 74 46 44 522 52 55
Binary 10100011 1000010 1100101 0 111100 100110 100100 101010010 101010 101101

Color Harmonies of #A34265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34265

Black with #A34265

Text Example


Text Example

White with #A34265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34265; }

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

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

background-color css

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

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

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

border-color css

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

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

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