Html Css Color HEX #A33967 Rouge

📋 copy color: '#A33967'

red 163 ◦ green 57 ◦ blue 103

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

Shades of Rouge #A33967

Tints of Rouge #A33967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

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

R = 50.46%
G = 17.65%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A33967 (or 0xA33967) is known color: Rouge. HEX triplet: A3, 39 and 67. RGB value is (163,57,103). Sum of RGB (Red+Green+Blue) = 163+57+103=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A33967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33967 is #5CC698. Grayscale: #5D5D5D. Windows color (decimal): -6080153 or 6764963. OLE color: 6764963.

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

Color convert

RGB 163 57 103 -
CMYK 0 0.65 0.37 0.36
HSL 333.96º 0.48% 0.43% -
HSV(B) 333.96º 0.65% 0.64% -
XYZ 19.02 11.69 14.09 -
YUV 93.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 163 57 103 0 0.65 0.37 0.36 333.96 0.48 0.43
Hex A3 39 67 0 41 25 24 14E 30 2B
Octal 243 71 147 0 101 45 44 516 60 53
Binary 10100011 111001 1100111 0 1000001 100101 100100 101001110 110000 101011

Color Harmonies of #A33967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33967

Black with #A33967

Text Example


Text Example

White with #A33967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33967; }

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

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

background-color css

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

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

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

border-color css

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

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

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