Html Css Color HEX #A94A31 Rose Of Sharon

📋 copy color: '#A94A31'

red 169 ◦ green 74 ◦ blue 49

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

Shades of Rose Of Sharon #A94A31

Tints of Rose Of Sharon #A94A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 57.88%
G = 25.34%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A94A31 (or 0xA94A31) is known color: Rose Of Sharon. HEX triplet: A9, 4A and 31. RGB value is (169,74,49). Sum of RGB (Red+Green+Blue) = 169+74+49=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A31 is #56B5CE. Grayscale: #636363. Windows color (decimal): -5682639 or 3230377. OLE color: 3230377.

HSL color Cylindrical-coordinate representation of color #A94A31: hue angle of 12.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A94A31 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 74 49 -
CMYK 0 0.56 0.71 0.34
HSL 12.5º 0.55% 0.43% -
HSV(B) 12.5º 0.71% 0.66% -
XYZ 19.37 13.55 4.5 -
YUV 99.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 169 74 49 0 0.56 0.71 0.34 12.5 0.55 0.43
Hex A9 4A 31 0 38 47 22 C 37 2B
Octal 251 112 61 0 70 107 42 14 67 53
Binary 10101001 1001010 110001 0 111000 1000111 100010 1100 110111 101011

Color Harmonies of #A94A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94A31

Black with #A94A31

Text Example


Text Example

White with #A94A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94A31; }

 p { color: rgb(169,74,49); }

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

background-color css

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

 a { background-color: rgb(169,74,49); }

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

border-color css

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

 span { border-color: rgb(169,74,49); }

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