Html Css Color HEX #AC4427 Rose Of Sharon

📋 copy color: '#AC4427'

red 172 ◦ green 68 ◦ blue 39

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

Shades of Rose Of Sharon #AC4427

Tints of Rose Of Sharon #AC4427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.98%

R = 61.65%
G = 24.37%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4427 (or 0xAC4427) is known color: Rose Of Sharon. HEX triplet: AC, 44 and 27. RGB value is (172,68,39). Sum of RGB (Red+Green+Blue) = 172+68+39=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4427 is #53BBD8. Grayscale: #606060. Windows color (decimal): -5487577 or 2573484. OLE color: 2573484.

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

Color convert

RGB 172 68 39 -
CMYK 0 0.60 0.77 0.33
HSL 13.08º 0.63% 0.41% -
HSV(B) 13.08º 0.77% 0.67% -
XYZ 19.45 13.05 3.41 -
YUV 95.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 172 68 39 0 0.60 0.77 0.33 13.08 0.63 0.41
Hex AC 44 27 0 3C 4D 21 D 3F 29
Octal 254 104 47 0 74 115 41 15 77 51
Binary 10101100 1000100 100111 0 111100 1001101 100001 1101 111111 101001

Color Harmonies of #AC4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4427

Black with #AC4427

Text Example


Text Example

White with #AC4427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4427; }

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

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

background-color css

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

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

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

border-color css

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

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

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