Html Css Color HEX #A8492E Rose Of Sharon

📋 copy color: '#A8492E'

red 168 ◦ green 73 ◦ blue 46

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

Shades of Rose Of Sharon #A8492E

Tints of Rose Of Sharon #A8492E

RGB

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

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

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

R = 58.54%
G = 25.44%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8492E (or 0xA8492E) is known color: Rose Of Sharon. HEX triplet: A8, 49 and 2E. RGB value is (168,73,46). Sum of RGB (Red+Green+Blue) = 168+73+46=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A8492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8492E is #57B6D1. Grayscale: #626262. Windows color (decimal): -5748434 or 3033512. OLE color: 3033512.

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

Color convert

RGB 168 73 46 -
CMYK 0 0.57 0.73 0.34
HSL 13.28º 0.57% 0.42% -
HSV(B) 13.28º 0.73% 0.66% -
XYZ 19.02 13.29 4.15 -
YUV 98.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 168 73 46 0 0.57 0.73 0.34 13.28 0.57 0.42
Hex A8 49 2E 0 39 49 22 D 39 2A
Octal 250 111 56 0 71 111 42 15 71 52
Binary 10101000 1001001 101110 0 111001 1001001 100010 1101 111001 101010

Color Harmonies of #A8492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8492E

Black with #A8492E

Text Example


Text Example

White with #A8492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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