Html Css Color HEX #A54667 Rouge

📋 copy color: '#A54667'

red 165 ◦ green 70 ◦ blue 103

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

Shades of Rouge #A54667

Tints of Rouge #A54667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 48.82%
G = 20.71%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54667 (or 0xA54667) is known color: Rouge. HEX triplet: A5, 46 and 67. RGB value is (165,70,103). Sum of RGB (Red+Green+Blue) = 165+70+103=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A54667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54667 is #5AB998. Grayscale: #666666. Windows color (decimal): -5945753 or 6768293. OLE color: 6768293.

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

Color convert

RGB 165 70 103 -
CMYK 0 0.58 0.38 0.35
HSL 339.16º 0.4% 0.46% -
HSV(B) 339.16º 0.58% 0.65% -
XYZ 20.16 13.36 14.35 -
YUV 102.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 165 70 103 0 0.58 0.38 0.35 339.16 0.4 0.46
Hex A5 46 67 0 3A 26 23 153 28 2E
Octal 245 106 147 0 72 46 43 523 50 56
Binary 10100101 1000110 1100111 0 111010 100110 100011 101010011 101000 101110

Color Harmonies of #A54667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54667

Black with #A54667

Text Example


Text Example

White with #A54667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54667; }

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

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

background-color css

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

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

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

border-color css

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

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

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