Html Css Color HEX #A8492B Rose Of Sharon

📋 copy color: '#A8492B'

red 168 ◦ green 73 ◦ blue 43

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

Shades of Rose Of Sharon #A8492B

Tints of Rose Of Sharon #A8492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 59.15%
G = 25.7%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8492B (or 0xA8492B) is known color: Rose Of Sharon. HEX triplet: A8, 49 and 2B. RGB value is (168,73,43). Sum of RGB (Red+Green+Blue) = 168+73+43=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8492B is #57B6D4. Grayscale: #626262. Windows color (decimal): -5748437 or 2836904. OLE color: 2836904.

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

Color convert

RGB 168 73 43 -
CMYK 0 0.57 0.74 0.34
HSL 14.4º 0.59% 0.41% -
HSV(B) 14.4º 0.74% 0.66% -
XYZ 18.97 13.26 3.85 -
YUV 97.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 168 73 43 0 0.57 0.74 0.34 14.4 0.59 0.41
Hex A8 49 2B 0 39 4A 22 E 3B 29
Octal 250 111 53 0 71 112 42 16 73 51
Binary 10101000 1001001 101011 0 111001 1001010 100010 1110 111011 101001

Color Harmonies of #A8492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8492B

Black with #A8492B

Text Example


Text Example

White with #A8492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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