Html Css Color HEX #A84930 Rose Of Sharon

📋 copy color: '#A84930'

red 168 ◦ green 73 ◦ blue 48

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

Shades of Rose Of Sharon #A84930

Tints of Rose Of Sharon #A84930

RGB

 RED value IS 168 (66.02% from 255) = 58.13%

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 58.13%
G = 25.26%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84930 (or 0xA84930) is known color: Rose Of Sharon. HEX triplet: A8, 49 and 30. RGB value is (168,73,48). Sum of RGB (Red+Green+Blue) = 168+73+48=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A84930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84930 is #57B6CF. Grayscale: #626262. Windows color (decimal): -5748432 or 3164584. OLE color: 3164584.

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

Color convert

RGB 168 73 48 -
CMYK 0 0.57 0.71 0.34
HSL 12.5º 0.56% 0.42% -
HSV(B) 12.5º 0.71% 0.66% -
XYZ 19.06 13.3 4.36 -
YUV 98.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 168 73 48 0 0.57 0.71 0.34 12.5 0.56 0.42
Hex A8 49 30 0 39 47 22 C 38 2A
Octal 250 111 60 0 71 107 42 14 70 52
Binary 10101000 1001001 110000 0 111001 1000111 100010 1100 111000 101010

Color Harmonies of #A84930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84930

Black with #A84930

Text Example


Text Example

White with #A84930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84930; }

 p { color: rgb(168,73,48); }

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

background-color css

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

 a { background-color: rgb(168,73,48); }

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

border-color css

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

 span { border-color: rgb(168,73,48); }

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