Html Css Color HEX #A23367 Rouge

📋 copy color: '#A23367'

red 162 ◦ green 51 ◦ blue 103

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

Shades of Rouge #A23367

Tints of Rouge #A23367

RGB

 RED value IS 162 (63.67% from 255) = 51.27%

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 51.27%
G = 16.14%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A23367 (or 0xA23367) is known color: Rouge. HEX triplet: A2, 33 and 67. RGB value is (162,51,103). Sum of RGB (Red+Green+Blue) = 162+51+103=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A23367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23367 is #5DCC98. Grayscale: #5A5A5A. Windows color (decimal): -6147225 or 6763426. OLE color: 6763426.

HSL color Cylindrical-coordinate representation of color #A23367: hue angle of 331.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23367 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 51 103 -
CMYK 0 0.69 0.36 0.36
HSL 331.89º 0.52% 0.42% -
HSV(B) 331.89º 0.69% 0.64% -
XYZ 18.53 11.03 13.98 -
YUV 90.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 162 51 103 0 0.69 0.36 0.36 331.89 0.52 0.42
Hex A2 33 67 0 45 24 24 14C 34 2A
Octal 242 63 147 0 105 44 44 514 64 52
Binary 10100010 110011 1100111 0 1000101 100100 100100 101001100 110100 101010

Color Harmonies of #A23367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23367

Black with #A23367

Text Example


Text Example

White with #A23367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23367; }

 p { color: rgb(162,51,103); }

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

background-color css

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

 a { background-color: rgb(162,51,103); }

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

border-color css

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

 span { border-color: rgb(162,51,103); }

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