Html Css Color HEX #AC4B2F Rose Of Sharon

📋 copy color: '#AC4B2F'

red 172 ◦ green 75 ◦ blue 47

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

Shades of Rose Of Sharon #AC4B2F

Tints of Rose Of Sharon #AC4B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.51%

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

R = 58.5%
G = 25.51%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC4B2F (or 0xAC4B2F) is known color: Rose Of Sharon. HEX triplet: AC, 4B and 2F. RGB value is (172,75,47). Sum of RGB (Red+Green+Blue) = 172+75+47=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4B2F is #53B4D0. Grayscale: #656565. Windows color (decimal): -5485777 or 3099564. OLE color: 3099564.

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

Color convert

RGB 172 75 47 -
CMYK 0 0.56 0.73 0.33
HSL 13.44º 0.57% 0.43% -
HSV(B) 13.44º 0.73% 0.67% -
XYZ 20.04 14.01 4.34 -
YUV 100.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 172 75 47 0 0.56 0.73 0.33 13.44 0.57 0.43
Hex AC 4B 2F 0 38 49 21 D 39 2B
Octal 254 113 57 0 70 111 41 15 71 53
Binary 10101100 1001011 101111 0 111000 1001001 100001 1101 111001 101011

Color Harmonies of #AC4B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B2F

Black with #AC4B2F

Text Example


Text Example

White with #AC4B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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