Html Css Color HEX #AC4423 Rose Of Sharon

📋 copy color: '#AC4423'

red 172 ◦ green 68 ◦ blue 35

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

Shades of Rose Of Sharon #AC4423

Tints of Rose Of Sharon #AC4423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 62.55%
G = 24.73%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC4423 (or 0xAC4423) is known color: Rose Of Sharon. HEX triplet: AC, 44 and 23. RGB value is (172,68,35). Sum of RGB (Red+Green+Blue) = 172+68+35=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4423 is #53BBDC. Grayscale: #5F5F5F. Windows color (decimal): -5487581 or 2311340. OLE color: 2311340.

HSL color Cylindrical-coordinate representation of color #AC4423: hue angle of 14.45º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC4423 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 35 -
CMYK 0 0.60 0.80 0.33
HSL 14.45º 0.66% 0.41% -
HSV(B) 14.45º 0.8% 0.67% -
XYZ 19.38 13.03 3.08 -
YUV 95.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 172 68 35 0 0.60 0.80 0.33 14.45 0.66 0.41
Hex AC 44 23 0 3C 50 21 E 42 29
Octal 254 104 43 0 74 120 41 16 102 51
Binary 10101100 1000100 100011 0 111100 1010000 100001 1110 1000010 101001

Color Harmonies of #AC4423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4423

Black with #AC4423

Text Example


Text Example

White with #AC4423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4423; }

 p { color: rgb(172,68,35); }

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

background-color css

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

 a { background-color: rgb(172,68,35); }

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

border-color css

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

 span { border-color: rgb(172,68,35); }

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