Html Css Color HEX #A6385C Rouge

📋 copy color: '#A6385C'

red 166 ◦ green 56 ◦ blue 92

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

Shades of Rouge #A6385C

Tints of Rouge #A6385C

RGB

 RED value IS 166 (65.23% from 255) = 52.87%

 GREEN value IS 56 (22.27% from 255) = 17.83%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 52.87%
G = 17.83%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6385C (or 0xA6385C) is known color: Rouge. HEX triplet: A6, 38 and 5C. RGB value is (166,56,92). Sum of RGB (Red+Green+Blue) = 166+56+92=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6385C is #59C7A3. Grayscale: #5C5C5C. Windows color (decimal): -5883812 or 6043814. OLE color: 6043814.

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

Color convert

RGB 166 56 92 -
CMYK 0 0.66 0.45 0.35
HSL 340.36º 0.5% 0.44% -
HSV(B) 340.36º 0.66% 0.65% -
XYZ 19.07 11.71 11.38 -
YUV 92.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 166 56 92 0 0.66 0.45 0.35 340.36 0.5 0.44
Hex A6 38 5C 0 42 2D 23 154 32 2C
Octal 246 70 134 0 102 55 43 524 62 54
Binary 10100110 111000 1011100 0 1000010 101101 100011 101010100 110010 101100

Color Harmonies of #A6385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6385C

Black with #A6385C

Text Example


Text Example

White with #A6385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6385C; }

 p { color: rgb(166,56,92); }

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

background-color css

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

 a { background-color: rgb(166,56,92); }

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

border-color css

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

 span { border-color: rgb(166,56,92); }

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