Html Css Color HEX #A8502A Rose Of Sharon

📋 copy color: '#A8502A'

red 168 ◦ green 80 ◦ blue 42

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

Shades of Rose Of Sharon #A8502A

Tints of Rose Of Sharon #A8502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 42 (16.8% from 255) = 14.48%

R = 57.93%
G = 27.59%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8502A (or 0xA8502A) is known color: Rose Of Sharon. HEX triplet: A8, 50 and 2A. RGB value is (168,80,42). Sum of RGB (Red+Green+Blue) = 168+80+42=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A8502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8502A is #57AFD5. Grayscale: #666666. Windows color (decimal): -5746646 or 2773160. OLE color: 2773160.

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

Color convert

RGB 168 80 42 -
CMYK 0 0.52 0.75 0.34
HSL 18.1º 0.6% 0.41% -
HSV(B) 18.1º 0.75% 0.66% -
XYZ 19.44 14.23 3.91 -
YUV 101.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 168 80 42 0 0.52 0.75 0.34 18.1 0.6 0.41
Hex A8 50 2A 0 34 4B 22 12 3C 29
Octal 250 120 52 0 64 113 42 22 74 51
Binary 10101000 1010000 101010 0 110100 1001011 100010 10010 111100 101001

Color Harmonies of #A8502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8502A

Black with #A8502A

Text Example


Text Example

White with #A8502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8502A; }

 p { color: rgb(168,80,42); }

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

background-color css

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

 a { background-color: rgb(168,80,42); }

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

border-color css

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

 span { border-color: rgb(168,80,42); }

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