Html Css Color HEX #A5436D Rouge

📋 copy color: '#A5436D'

red 165 ◦ green 67 ◦ blue 109

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

Shades of Rouge #A5436D

Tints of Rouge #A5436D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 48.39%
G = 19.65%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5436D (or 0xA5436D) is known color: Rouge. HEX triplet: A5, 43 and 6D. RGB value is (165,67,109). Sum of RGB (Red+Green+Blue) = 165+67+109=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5436D is #5ABC92. Grayscale: #656565. Windows color (decimal): -5946515 or 7160741. OLE color: 7160741.

HSL color Cylindrical-coordinate representation of color #A5436D: hue angle of 334.29º 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 #A5436D is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 67 109 -
CMYK 0 0.59 0.34 0.35
HSL 334.29º 0.42% 0.45% -
HSV(B) 334.29º 0.59% 0.65% -
XYZ 20.28 13.12 15.93 -
YUV 101.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 165 67 109 0 0.59 0.34 0.35 334.29 0.42 0.45
Hex A5 43 6D 0 3B 22 23 14E 2A 2D
Octal 245 103 155 0 73 42 43 516 52 55
Binary 10100101 1000011 1101101 0 111011 100010 100011 101001110 101010 101101

Color Harmonies of #A5436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5436D

Black with #A5436D

Text Example


Text Example

White with #A5436D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5436D; }

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

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

background-color css

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

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

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

border-color css

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

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

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