Html Css Color HEX #A34767 Rouge

📋 copy color: '#A34767'

red 163 ◦ green 71 ◦ blue 103

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

Shades of Rouge #A34767

Tints of Rouge #A34767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 103 (40.63% from 255) = 30.56%

R = 48.37%
G = 21.07%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A34767 (or 0xA34767) is known color: Rouge. HEX triplet: A3, 47 and 67. RGB value is (163,71,103). Sum of RGB (Red+Green+Blue) = 163+71+103=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A34767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34767 is #5CB898. Grayscale: #666666. Windows color (decimal): -6076569 or 6768547. OLE color: 6768547.

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

Color convert

RGB 163 71 103 -
CMYK 0 0.56 0.37 0.36
HSL 339.13º 0.39% 0.46% -
HSV(B) 339.13º 0.56% 0.64% -
XYZ 19.81 13.27 14.35 -
YUV 102.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 163 71 103 0 0.56 0.37 0.36 339.13 0.39 0.46
Hex A3 47 67 0 38 25 24 153 27 2E
Octal 243 107 147 0 70 45 44 523 47 56
Binary 10100011 1000111 1100111 0 111000 100101 100100 101010011 100111 101110

Color Harmonies of #A34767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34767

Black with #A34767

Text Example


Text Example

White with #A34767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34767; }

 p { color: rgb(163,71,103); }

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

background-color css

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

 a { background-color: rgb(163,71,103); }

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

border-color css

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

 span { border-color: rgb(163,71,103); }

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