Html Css Color HEX #A8502F Rose Of Sharon

📋 copy color: '#A8502F'

red 168 ◦ green 80 ◦ blue 47

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

Shades of Rose Of Sharon #A8502F

Tints of Rose Of Sharon #A8502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 56.95%
G = 27.12%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8502F (or 0xA8502F) is known color: Rose Of Sharon. HEX triplet: A8, 50 and 2F. RGB value is (168,80,47). Sum of RGB (Red+Green+Blue) = 168+80+47=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8502F is #57AFD0. Grayscale: #666666. Windows color (decimal): -5746641 or 3100840. OLE color: 3100840.

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

Color convert

RGB 168 80 47 -
CMYK 0 0.52 0.72 0.34
HSL 16.36º 0.56% 0.42% -
HSV(B) 16.36º 0.72% 0.66% -
XYZ 19.53 14.27 4.41 -
YUV 102.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 168 80 47 0 0.52 0.72 0.34 16.36 0.56 0.42
Hex A8 50 2F 0 34 48 22 10 38 2A
Octal 250 120 57 0 64 110 42 20 70 52
Binary 10101000 1010000 101111 0 110100 1001000 100010 10000 111000 101010

Color Harmonies of #A8502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8502F

Black with #A8502F

Text Example


Text Example

White with #A8502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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