Html Css Color HEX #A54467 Rouge

📋 copy color: '#A54467'

red 165 ◦ green 68 ◦ blue 103

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

Shades of Rouge #A54467

Tints of Rouge #A54467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

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

R = 49.11%
G = 20.24%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A54467 (or 0xA54467) is known color: Rouge. HEX triplet: A5, 44 and 67. RGB value is (165,68,103). Sum of RGB (Red+Green+Blue) = 165+68+103=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A54467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54467 is #5ABB98. Grayscale: #646464. Windows color (decimal): -5946265 or 6767781. OLE color: 6767781.

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

Color convert

RGB 165 68 103 -
CMYK 0 0.59 0.38 0.35
HSL 338.35º 0.42% 0.46% -
HSV(B) 338.35º 0.59% 0.65% -
XYZ 20.03 13.11 14.31 -
YUV 100.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 165 68 103 0 0.59 0.38 0.35 338.35 0.42 0.46
Hex A5 44 67 0 3B 26 23 152 2A 2E
Octal 245 104 147 0 73 46 43 522 52 56
Binary 10100101 1000100 1100111 0 111011 100110 100011 101010010 101010 101110

Color Harmonies of #A54467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54467

Black with #A54467

Text Example


Text Example

White with #A54467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54467; }

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

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

background-color css

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

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

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

border-color css

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

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

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