Html Css Color HEX #A5425E Rouge

📋 copy color: '#A5425E'

red 165 ◦ green 66 ◦ blue 94

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

Shades of Rouge #A5425E

Tints of Rouge #A5425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 50.77%
G = 20.31%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5425E (or 0xA5425E) is known color: Rouge. HEX triplet: A5, 42 and 5E. RGB value is (165,66,94). Sum of RGB (Red+Green+Blue) = 165+66+94=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5425E is #5ABDA1. Grayscale: #626262. Windows color (decimal): -5946786 or 6177445. OLE color: 6177445.

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

Color convert

RGB 165 66 94 -
CMYK 0 0.60 0.43 0.35
HSL 343.03º 0.43% 0.45% -
HSV(B) 343.03º 0.6% 0.65% -
XYZ 19.49 12.7 12.01 -
YUV 98.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 165 66 94 0 0.60 0.43 0.35 343.03 0.43 0.45
Hex A5 42 5E 0 3C 2B 23 157 2B 2D
Octal 245 102 136 0 74 53 43 527 53 55
Binary 10100101 1000010 1011110 0 111100 101011 100011 101010111 101011 101101

Color Harmonies of #A5425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5425E

Black with #A5425E

Text Example


Text Example

White with #A5425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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