Html Css Color HEX #A93967 Rouge

📋 copy color: '#A93967'

red 169 ◦ green 57 ◦ blue 103

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

Shades of Rouge #A93967

Tints of Rouge #A93967

RGB

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

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

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

R = 51.37%
G = 17.33%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A93967 (or 0xA93967) is known color: Rouge. HEX triplet: A9, 39 and 67. RGB value is (169,57,103). Sum of RGB (Red+Green+Blue) = 169+57+103=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A93967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93967 is #56C698. Grayscale: #5F5F5F. Windows color (decimal): -5686937 or 6764969. OLE color: 6764969.

HSL color Cylindrical-coordinate representation of color #A93967: hue angle of 335.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93967 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 57 103 -
CMYK 0 0.66 0.39 0.34
HSL 335.36º 0.5% 0.44% -
HSV(B) 335.36º 0.66% 0.66% -
XYZ 20.27 12.34 14.15 -
YUV 95.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 169 57 103 0 0.66 0.39 0.34 335.36 0.5 0.44
Hex A9 39 67 0 42 27 22 14F 32 2C
Octal 251 71 147 0 102 47 42 517 62 54
Binary 10101001 111001 1100111 0 1000010 100111 100010 101001111 110010 101100

Color Harmonies of #A93967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93967

Black with #A93967

Text Example


Text Example

White with #A93967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93967; }

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

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

background-color css

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

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

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

border-color css

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

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

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