Html Css Color HEX #A54C2A Rose Of Sharon

📋 copy color: '#A54C2A'

red 165 ◦ green 76 ◦ blue 42

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

Shades of Rose Of Sharon #A54C2A

Tints of Rose Of Sharon #A54C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 58.3%
G = 26.86%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A54C2A (or 0xA54C2A) is known color: Rose Of Sharon. HEX triplet: A5, 4C and 2A. RGB value is (165,76,42). Sum of RGB (Red+Green+Blue) = 165+76+42=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C2A is #5AB3D5. Grayscale: #626262. Windows color (decimal): -5944278 or 2772133. OLE color: 2772133.

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

Color convert

RGB 165 76 42 -
CMYK 0 0.54 0.75 0.35
HSL 16.59º 0.59% 0.41% -
HSV(B) 16.59º 0.75% 0.65% -
XYZ 18.52 13.34 3.79 -
YUV 98.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 165 76 42 0 0.54 0.75 0.35 16.59 0.59 0.41
Hex A5 4C 2A 0 36 4B 23 11 3B 29
Octal 245 114 52 0 66 113 43 21 73 51
Binary 10100101 1001100 101010 0 110110 1001011 100011 10001 111011 101001

Color Harmonies of #A54C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C2A

Black with #A54C2A

Text Example


Text Example

White with #A54C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C2A; }

 p { color: rgb(165,76,42); }

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

background-color css

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

 a { background-color: rgb(165,76,42); }

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

border-color css

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

 span { border-color: rgb(165,76,42); }

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