Html Css Color HEX #AC4A23 Rose Of Sharon

📋 copy color: '#AC4A23'

red 172 ◦ green 74 ◦ blue 35

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

Shades of Rose Of Sharon #AC4A23

Tints of Rose Of Sharon #AC4A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

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

R = 61.21%
G = 26.33%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC4A23 (or 0xAC4A23) is known color: Rose Of Sharon. HEX triplet: AC, 4A and 23. RGB value is (172,74,35). Sum of RGB (Red+Green+Blue) = 172+74+35=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A23 is #53B5DC. Grayscale: #636363. Windows color (decimal): -5486045 or 2312876. OLE color: 2312876.

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

Color convert

RGB 172 74 35 -
CMYK 0 0.57 0.80 0.33
HSL 17.08º 0.66% 0.41% -
HSV(B) 17.08º 0.8% 0.67% -
XYZ 19.77 13.79 3.21 -
YUV 98.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 172 74 35 0 0.57 0.80 0.33 17.08 0.66 0.41
Hex AC 4A 23 0 39 50 21 11 42 29
Octal 254 112 43 0 71 120 41 21 102 51
Binary 10101100 1001010 100011 0 111001 1010000 100001 10001 1000010 101001

Color Harmonies of #AC4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A23

Black with #AC4A23

Text Example


Text Example

White with #AC4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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