Html Css Color HEX #A54867 Rouge

📋 copy color: '#A54867'

red 165 ◦ green 72 ◦ blue 103

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

Shades of Rouge #A54867

Tints of Rouge #A54867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

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

R = 48.53%
G = 21.18%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54867 (or 0xA54867) is known color: Rouge. HEX triplet: A5, 48 and 67. RGB value is (165,72,103). Sum of RGB (Red+Green+Blue) = 165+72+103=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A54867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54867 is #5AB798. Grayscale: #676767. Windows color (decimal): -5945241 or 6768805. OLE color: 6768805.

HSL color Cylindrical-coordinate representation of color #A54867: hue angle of 340º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54867 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 103 -
CMYK 0 0.56 0.38 0.35
HSL 340º 0.39% 0.46% -
HSV(B) 340º 0.56% 0.65% -
XYZ 20.28 13.61 14.39 -
YUV 103.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 165 72 103 0 0.56 0.38 0.35 340 0.39 0.46
Hex A5 48 67 0 38 26 23 154 27 2E
Octal 245 110 147 0 70 46 43 524 47 56
Binary 10100101 1001000 1100111 0 111000 100110 100011 101010100 100111 101110

Color Harmonies of #A54867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54867

Black with #A54867

Text Example


Text Example

White with #A54867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54867; }

 p { color: rgb(165,72,103); }

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

background-color css

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

 a { background-color: rgb(165,72,103); }

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

border-color css

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

 span { border-color: rgb(165,72,103); }

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