Html Css Color HEX #AC4B2E Rose Of Sharon

📋 copy color: '#AC4B2E'

red 172 ◦ green 75 ◦ blue 46

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

Shades of Rose Of Sharon #AC4B2E

Tints of Rose Of Sharon #AC4B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 58.7%
G = 25.6%
B = 15.7%

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

#AC4B2E (or 0xAC4B2E) is known color: Rose Of Sharon. HEX triplet: AC, 4B and 2E. RGB value is (172,75,46). Sum of RGB (Red+Green+Blue) = 172+75+46=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4B2E is #53B4D1. Grayscale: #646464. Windows color (decimal): -5485778 or 3034028. OLE color: 3034028.

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

Color convert

RGB 172 75 46 -
CMYK 0 0.56 0.73 0.33
HSL 13.81º 0.58% 0.43% -
HSV(B) 13.81º 0.73% 0.67% -
XYZ 20.02 14 4.23 -
YUV 100.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 172 75 46 0 0.56 0.73 0.33 13.81 0.58 0.43
Hex AC 4B 2E 0 38 49 21 E 3A 2B
Octal 254 113 56 0 70 111 41 16 72 53
Binary 10101100 1001011 101110 0 111000 1001001 100001 1110 111010 101011

Color Harmonies of #AC4B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B2E

Black with #AC4B2E

Text Example


Text Example

White with #AC4B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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