Html Css Color HEX #A23768 Rouge

📋 copy color: '#A23768'

red 162 ◦ green 55 ◦ blue 104

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

Shades of Rouge #A23768

Tints of Rouge #A23768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 50.47%
G = 17.13%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A23768 (or 0xA23768) is known color: Rouge. HEX triplet: A2, 37 and 68. RGB value is (162,55,104). Sum of RGB (Red+Green+Blue) = 162+55+104=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A23768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23768 is #5DC897. Grayscale: #5C5C5C. Windows color (decimal): -6146200 or 6829986. OLE color: 6829986.

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

Color convert

RGB 162 55 104 -
CMYK 0 0.66 0.36 0.36
HSL 332.52º 0.49% 0.43% -
HSV(B) 332.52º 0.66% 0.64% -
XYZ 18.77 11.41 14.31 -
YUV 92.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 162 55 104 0 0.66 0.36 0.36 332.52 0.49 0.43
Hex A2 37 68 0 42 24 24 14D 31 2B
Octal 242 67 150 0 102 44 44 515 61 53
Binary 10100010 110111 1101000 0 1000010 100100 100100 101001101 110001 101011

Color Harmonies of #A23768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23768

Black with #A23768

Text Example


Text Example

White with #A23768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23768; }

 p { color: rgb(162,55,104); }

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

background-color css

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

 a { background-color: rgb(162,55,104); }

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

border-color css

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

 span { border-color: rgb(162,55,104); }

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