Html Css Color HEX #A84A30 Rose Of Sharon

📋 copy color: '#A84A30'

red 168 ◦ green 74 ◦ blue 48

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

Shades of Rose Of Sharon #A84A30

Tints of Rose Of Sharon #A84A30

RGB

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

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

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

R = 57.93%
G = 25.52%
B = 16.55%

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

#A84A30 (or 0xA84A30) is known color: Rose Of Sharon. HEX triplet: A8, 4A and 30. RGB value is (168,74,48). Sum of RGB (Red+Green+Blue) = 168+74+48=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A30 is #57B5CF. Grayscale: #636363. Windows color (decimal): -5748176 or 3164840. OLE color: 3164840.

HSL color Cylindrical-coordinate representation of color #A84A30: hue angle of 13º 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 #A84A30 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 74 48 -
CMYK 0 0.56 0.71 0.34
HSL 13º 0.56% 0.42% -
HSV(B) 13º 0.71% 0.66% -
XYZ 19.13 13.44 4.38 -
YUV 99.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 168 74 48 0 0.56 0.71 0.34 13 0.56 0.42
Hex A8 4A 30 0 38 47 22 D 38 2A
Octal 250 112 60 0 70 107 42 15 70 52
Binary 10101000 1001010 110000 0 111000 1000111 100010 1101 111000 101010

Color Harmonies of #A84A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A30

Black with #A84A30

Text Example


Text Example

White with #A84A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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