Html Css Color HEX #A34466 Rouge

📋 copy color: '#A34466'

red 163 ◦ green 68 ◦ blue 102

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

Shades of Rouge #A34466

Tints of Rouge #A34466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 48.95%
G = 20.42%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A34466 (or 0xA34466) is known color: Rouge. HEX triplet: A3, 44 and 66. RGB value is (163,68,102). Sum of RGB (Red+Green+Blue) = 163+68+102=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A34466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34466 is #5CBB99. Grayscale: #646464. Windows color (decimal): -6077338 or 6702243. OLE color: 6702243.

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

Color convert

RGB 163 68 102 -
CMYK 0 0.58 0.37 0.36
HSL 338.53º 0.41% 0.45% -
HSV(B) 338.53º 0.58% 0.64% -
XYZ 19.57 12.88 14.03 -
YUV 100.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 163 68 102 0 0.58 0.37 0.36 338.53 0.41 0.45
Hex A3 44 66 0 3A 25 24 153 29 2D
Octal 243 104 146 0 72 45 44 523 51 55
Binary 10100011 1000100 1100110 0 111010 100101 100100 101010011 101001 101101

Color Harmonies of #A34466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34466

Black with #A34466

Text Example


Text Example

White with #A34466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34466; }

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

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

background-color css

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

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

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

border-color css

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

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

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