Html Css Color HEX #A23967 Rouge

📋 copy color: '#A23967'

red 162 ◦ green 57 ◦ blue 103

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

Shades of Rouge #A23967

Tints of Rouge #A23967

RGB

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

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

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

R = 50.31%
G = 17.7%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A23967 (or 0xA23967) is known color: Rouge. HEX triplet: A2, 39 and 67. RGB value is (162,57,103). Sum of RGB (Red+Green+Blue) = 162+57+103=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A23967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23967 is #5DC698. Grayscale: #5D5D5D. Windows color (decimal): -6145689 or 6764962. OLE color: 6764962.

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

Color convert

RGB 162 57 103 -
CMYK 0 0.65 0.36 0.36
HSL 333.71º 0.48% 0.43% -
HSV(B) 333.71º 0.65% 0.64% -
XYZ 18.81 11.59 14.08 -
YUV 93.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 162 57 103 0 0.65 0.36 0.36 333.71 0.48 0.43
Hex A2 39 67 0 41 24 24 14E 30 2B
Octal 242 71 147 0 101 44 44 516 60 53
Binary 10100010 111001 1100111 0 1000001 100100 100100 101001110 110000 101011

Color Harmonies of #A23967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23967

Black with #A23967

Text Example


Text Example

White with #A23967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23967; }

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

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

background-color css

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

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

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

border-color css

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

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

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