Html Css Color HEX #A5435E Rouge

📋 copy color: '#A5435E'

red 165 ◦ green 67 ◦ blue 94

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

Shades of Rouge #A5435E

Tints of Rouge #A5435E

RGB

 RED value IS 165 (64.84% from 255) = 50.61%

 GREEN value IS 67 (26.56% from 255) = 20.55%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 50.61%
G = 20.55%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5435E (or 0xA5435E) is known color: Rouge. HEX triplet: A5, 43 and 5E. RGB value is (165,67,94). Sum of RGB (Red+Green+Blue) = 165+67+94=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5435E is #5ABCA1. Grayscale: #636363. Windows color (decimal): -5946530 or 6177701. OLE color: 6177701.

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

Color convert

RGB 165 67 94 -
CMYK 0 0.59 0.43 0.35
HSL 343.47º 0.42% 0.45% -
HSV(B) 343.47º 0.59% 0.65% -
XYZ 19.54 12.82 12.03 -
YUV 99.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 165 67 94 0 0.59 0.43 0.35 343.47 0.42 0.45
Hex A5 43 5E 0 3B 2B 23 157 2A 2D
Octal 245 103 136 0 73 53 43 527 52 55
Binary 10100101 1000011 1011110 0 111011 101011 100011 101010111 101010 101101

Color Harmonies of #A5435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5435E

Black with #A5435E

Text Example


Text Example

White with #A5435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5435E; }

 p { color: rgb(165,67,94); }

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

background-color css

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

 a { background-color: rgb(165,67,94); }

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

border-color css

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

 span { border-color: rgb(165,67,94); }

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