Html Css Color HEX #A54E2E Rose Of Sharon

📋 copy color: '#A54E2E'

red 165 ◦ green 78 ◦ blue 46

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

Shades of Rose Of Sharon #A54E2E

Tints of Rose Of Sharon #A54E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 46 (18.36% from 255) = 15.92%

R = 57.09%
G = 26.99%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A54E2E (or 0xA54E2E) is known color: Rose Of Sharon. HEX triplet: A5, 4E and 2E. RGB value is (165,78,46). Sum of RGB (Red+Green+Blue) = 165+78+46=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E2E is #5AB1D1. Grayscale: #646464. Windows color (decimal): -5943762 or 3034789. OLE color: 3034789.

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

Color convert

RGB 165 78 46 -
CMYK 0 0.53 0.72 0.35
HSL 16.13º 0.56% 0.41% -
HSV(B) 16.13º 0.72% 0.65% -
XYZ 18.73 13.65 4.23 -
YUV 100.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 165 78 46 0 0.53 0.72 0.35 16.13 0.56 0.41
Hex A5 4E 2E 0 35 48 23 10 38 29
Octal 245 116 56 0 65 110 43 20 70 51
Binary 10100101 1001110 101110 0 110101 1001000 100011 10000 111000 101001

Color Harmonies of #A54E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54E2E

Black with #A54E2E

Text Example


Text Example

White with #A54E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54E2E; }

 p { color: rgb(165,78,46); }

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

background-color css

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

 a { background-color: rgb(165,78,46); }

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

border-color css

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

 span { border-color: rgb(165,78,46); }

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