Html Css Color HEX #AC4D28 Rose Of Sharon

📋 copy color: '#AC4D28'

red 172 ◦ green 77 ◦ blue 40

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

Shades of Rose Of Sharon #AC4D28

Tints of Rose Of Sharon #AC4D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 59.52%
G = 26.64%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4D28 (or 0xAC4D28) is known color: Rose Of Sharon. HEX triplet: AC, 4D and 28. RGB value is (172,77,40). Sum of RGB (Red+Green+Blue) = 172+77+40=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D28 is #53B2D7. Grayscale: #656565. Windows color (decimal): -5485272 or 2641324. OLE color: 2641324.

HSL color Cylindrical-coordinate representation of color #AC4D28: hue angle of 16.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC4D28 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 77 40 -
CMYK 0 0.55 0.77 0.33
HSL 16.82º 0.62% 0.42% -
HSV(B) 16.82º 0.77% 0.67% -
XYZ 20.05 14.23 3.7 -
YUV 101.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 172 77 40 0 0.55 0.77 0.33 16.82 0.62 0.42
Hex AC 4D 28 0 37 4D 21 11 3E 2A
Octal 254 115 50 0 67 115 41 21 76 52
Binary 10101100 1001101 101000 0 110111 1001101 100001 10001 111110 101010

Color Harmonies of #AC4D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D28

Black with #AC4D28

Text Example


Text Example

White with #AC4D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D28; }

 p { color: rgb(172,77,40); }

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

background-color css

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

 a { background-color: rgb(172,77,40); }

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

border-color css

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

 span { border-color: rgb(172,77,40); }

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