Html Css Color HEX #A54F6A Rouge

📋 copy color: '#A54F6A'

red 165 ◦ green 79 ◦ blue 106

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

Shades of Rouge #A54F6A

Tints of Rouge #A54F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.57%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 47.14%
G = 22.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A54F6A (or 0xA54F6A) is known color: Rouge. HEX triplet: A5, 4F and 6A. RGB value is (165,79,106). Sum of RGB (Red+Green+Blue) = 165+79+106=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F6A is #5AB095. Grayscale: #6B6B6B. Windows color (decimal): -5943446 or 6967205. OLE color: 6967205.

HSL color Cylindrical-coordinate representation of color #A54F6A: hue angle of 341.16º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F6A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 79 106 -
CMYK 0 0.52 0.36 0.35
HSL 341.16º 0.35% 0.48% -
HSV(B) 341.16º 0.52% 0.65% -
XYZ 20.91 14.63 15.36 -
YUV 107.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 165 79 106 0 0.52 0.36 0.35 341.16 0.35 0.48
Hex A5 4F 6A 0 34 24 23 155 23 30
Octal 245 117 152 0 64 44 43 525 43 60
Binary 10100101 1001111 1101010 0 110100 100100 100011 101010101 100011 110000

Color Harmonies of #A54F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F6A

Black with #A54F6A

Text Example


Text Example

White with #A54F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F6A; }

 p { color: rgb(165,79,106); }

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

background-color css

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

 a { background-color: rgb(165,79,106); }

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

border-color css

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

 span { border-color: rgb(165,79,106); }

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