Html Css Color HEX #A24268 Rouge

📋 copy color: '#A24268'

red 162 ◦ green 66 ◦ blue 104

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

Shades of Rouge #A24268

Tints of Rouge #A24268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 48.8%
G = 19.88%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A24268 (or 0xA24268) is known color: Rouge. HEX triplet: A2, 42 and 68. RGB value is (162,66,104). Sum of RGB (Red+Green+Blue) = 162+66+104=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24268 is #5DBD97. Grayscale: #626262. Windows color (decimal): -6143384 or 6832802. OLE color: 6832802.

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

Color convert

RGB 162 66 104 -
CMYK 0 0.59 0.36 0.36
HSL 336.25º 0.42% 0.45% -
HSV(B) 336.25º 0.59% 0.64% -
XYZ 19.35 12.58 14.5 -
YUV 99.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 162 66 104 0 0.59 0.36 0.36 336.25 0.42 0.45
Hex A2 42 68 0 3B 24 24 150 2A 2D
Octal 242 102 150 0 73 44 44 520 52 55
Binary 10100010 1000010 1101000 0 111011 100100 100100 101010000 101010 101101

Color Harmonies of #A24268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24268

Black with #A24268

Text Example


Text Example

White with #A24268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24268; }

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

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

background-color css

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

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

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

border-color css

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

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

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