Html Css Color HEX #AC502F Rose Of Sharon

📋 copy color: '#AC502F'

red 172 ◦ green 80 ◦ blue 47

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

Shades of Rose Of Sharon #AC502F

Tints of Rose Of Sharon #AC502F

RGB

 RED value IS 172 (67.58% from 255) = 57.53%

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

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

R = 57.53%
G = 26.76%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC502F (or 0xAC502F) is known color: Rose Of Sharon. HEX triplet: AC, 50 and 2F. RGB value is (172,80,47). Sum of RGB (Red+Green+Blue) = 172+80+47=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC502F is #53AFD0. Grayscale: #676767. Windows color (decimal): -5484497 or 3100844. OLE color: 3100844.

HSL color Cylindrical-coordinate representation of color #AC502F: hue angle of 15.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC502F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 80 47 -
CMYK 0 0.53 0.73 0.33
HSL 15.84º 0.57% 0.43% -
HSV(B) 15.84º 0.73% 0.67% -
XYZ 20.4 14.71 4.45 -
YUV 103.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 172 80 47 0 0.53 0.73 0.33 15.84 0.57 0.43
Hex AC 50 2F 0 35 49 21 10 39 2B
Octal 254 120 57 0 65 111 41 20 71 53
Binary 10101100 1010000 101111 0 110101 1001001 100001 10000 111001 101011

Color Harmonies of #AC502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC502F

Black with #AC502F

Text Example


Text Example

White with #AC502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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