Html Css Color HEX #A34665 Rouge

📋 copy color: '#A34665'

red 163 ◦ green 70 ◦ blue 101

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

Shades of Rouge #A34665

Tints of Rouge #A34665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 48.8%
G = 20.96%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A34665 (or 0xA34665) is known color: Rouge. HEX triplet: A3, 46 and 65. RGB value is (163,70,101). Sum of RGB (Red+Green+Blue) = 163+70+101=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A34665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34665 is #5CB99A. Grayscale: #656565. Windows color (decimal): -6076827 or 6637219. OLE color: 6637219.

HSL color Cylindrical-coordinate representation of color #A34665: hue angle of 340º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34665 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 101 -
CMYK 0 0.57 0.38 0.36
HSL 340º 0.4% 0.46% -
HSV(B) 340º 0.57% 0.64% -
XYZ 19.64 13.11 13.81 -
YUV 101.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 163 70 101 0 0.57 0.38 0.36 340 0.4 0.46
Hex A3 46 65 0 39 26 24 154 28 2E
Octal 243 106 145 0 71 46 44 524 50 56
Binary 10100011 1000110 1100101 0 111001 100110 100100 101010100 101000 101110

Color Harmonies of #A34665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34665

Black with #A34665

Text Example


Text Example

White with #A34665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34665; }

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

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

background-color css

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

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

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

border-color css

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

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

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