Html Css Color HEX #A94E2E Rose Of Sharon

📋 copy color: '#A94E2E'

red 169 ◦ green 78 ◦ blue 46

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

Shades of Rose Of Sharon #A94E2E

Tints of Rose Of Sharon #A94E2E

RGB

 RED value IS 169 (66.41% from 255) = 57.68%

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

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

R = 57.68%
G = 26.62%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A94E2E (or 0xA94E2E) is known color: Rose Of Sharon. HEX triplet: A9, 4E and 2E. RGB value is (169,78,46). Sum of RGB (Red+Green+Blue) = 169+78+46=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E2E is #56B1D1. Grayscale: #656565. Windows color (decimal): -5681618 or 3034793. OLE color: 3034793.

HSL color Cylindrical-coordinate representation of color #A94E2E: hue angle of 15.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A94E2E is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 78 46 -
CMYK 0 0.54 0.73 0.34
HSL 15.61º 0.57% 0.42% -
HSV(B) 15.61º 0.73% 0.66% -
XYZ 19.58 14.08 4.27 -
YUV 101.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 169 78 46 0 0.54 0.73 0.34 15.61 0.57 0.42
Hex A9 4E 2E 0 36 49 22 10 39 2A
Octal 251 116 56 0 66 111 42 20 71 52
Binary 10101001 1001110 101110 0 110110 1001001 100010 10000 111001 101010

Color Harmonies of #A94E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94E2E

Black with #A94E2E

Text Example


Text Example

White with #A94E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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