Html Css Color HEX #A94462 Rouge

📋 copy color: '#A94462'

red 169 ◦ green 68 ◦ blue 98

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

Shades of Rouge #A94462

Tints of Rouge #A94462

RGB

 RED value IS 169 (66.41% from 255) = 50.45%

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 50.45%
G = 20.3%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A94462 (or 0xA94462) is known color: Rouge. HEX triplet: A9, 44 and 62. RGB value is (169,68,98). Sum of RGB (Red+Green+Blue) = 169+68+98=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A94462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94462 is #56BB9D. Grayscale: #656565. Windows color (decimal): -5684126 or 6440105. OLE color: 6440105.

HSL color Cylindrical-coordinate representation of color #A94462: hue angle of 342.18º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94462 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 68 98 -
CMYK 0 0.60 0.42 0.34
HSL 342.18º 0.43% 0.46% -
HSV(B) 342.18º 0.6% 0.66% -
XYZ 20.63 13.45 13.06 -
YUV 101.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 169 68 98 0 0.60 0.42 0.34 342.18 0.43 0.46
Hex A9 44 62 0 3C 2A 22 156 2B 2E
Octal 251 104 142 0 74 52 42 526 53 56
Binary 10101001 1000100 1100010 0 111100 101010 100010 101010110 101011 101110

Color Harmonies of #A94462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94462

Black with #A94462

Text Example


Text Example

White with #A94462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94462; }

 p { color: rgb(169,68,98); }

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

background-color css

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

 a { background-color: rgb(169,68,98); }

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

border-color css

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

 span { border-color: rgb(169,68,98); }

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