Html Css Color HEX #A93062 Rouge

📋 copy color: '#A93062'

red 169 ◦ green 48 ◦ blue 98

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

Shades of Rouge #A93062

Tints of Rouge #A93062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

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

R = 53.65%
G = 15.24%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A93062 (or 0xA93062) is known color: Rouge. HEX triplet: A9, 30 and 62. RGB value is (169,48,98). Sum of RGB (Red+Green+Blue) = 169+48+98=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A93062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93062 is #56CF9D. Grayscale: #595959. Windows color (decimal): -5689246 or 6434985. OLE color: 6434985.

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

Color convert

RGB 169 48 98 -
CMYK 0 0.72 0.42 0.34
HSL 335.21º 0.56% 0.43% -
HSV(B) 335.21º 0.72% 0.66% -
XYZ 19.62 11.43 12.73 -
YUV 89.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 169 48 98 0 0.72 0.42 0.34 335.21 0.56 0.43
Hex A9 30 62 0 48 2A 22 14F 38 2B
Octal 251 60 142 0 110 52 42 517 70 53
Binary 10101001 110000 1100010 0 1001000 101010 100010 101001111 111000 101011

Color Harmonies of #A93062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93062

Black with #A93062

Text Example


Text Example

White with #A93062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93062; }

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

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

background-color css

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

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

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

border-color css

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

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

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