Html Css Color HEX #A54853 Hippie Pink

📋 copy color: '#A54853'

red 165 ◦ green 72 ◦ blue 83

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

Shades of Hippie Pink #A54853

Tints of Hippie Pink #A54853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 51.56%
G = 22.5%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A54853 (or 0xA54853) is known color: Hippie Pink. HEX triplet: A5, 48 and 53. RGB value is (165,72,83). Sum of RGB (Red+Green+Blue) = 165+72+83=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54853 is #5AB7AC. Grayscale: #656565. Windows color (decimal): -5945261 or 5458085. OLE color: 5458085.

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

Color convert

RGB 165 72 83 -
CMYK 0 0.56 0.50 0.35
HSL 352.9º 0.39% 0.46% -
HSV(B) 352.9º 0.56% 0.65% -
XYZ 19.4 13.26 9.72 -
YUV 101.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 165 72 83 0 0.56 0.50 0.35 352.9 0.39 0.46
Hex A5 48 53 0 38 32 23 161 27 2E
Octal 245 110 123 0 70 62 43 541 47 56
Binary 10100101 1001000 1010011 0 111000 110010 100011 101100001 100111 101110

Color Harmonies of #A54853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54853

Black with #A54853

Text Example


Text Example

White with #A54853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54853; }

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

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

background-color css

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

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

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

border-color css

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

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

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