Html Css Color HEX #AC4A25 Rose Of Sharon

📋 copy color: '#AC4A25'

red 172 ◦ green 74 ◦ blue 37

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

Shades of Rose Of Sharon #AC4A25

Tints of Rose Of Sharon #AC4A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 60.78%
G = 26.15%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC4A25 (or 0xAC4A25) is known color: Rose Of Sharon. HEX triplet: AC, 4A and 25. RGB value is (172,74,37). Sum of RGB (Red+Green+Blue) = 172+74+37=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A25 is #53B5DA. Grayscale: #636363. Windows color (decimal): -5486043 or 2443948. OLE color: 2443948.

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

Color convert

RGB 172 74 37 -
CMYK 0 0.57 0.78 0.33
HSL 16.44º 0.65% 0.41% -
HSV(B) 16.44º 0.78% 0.67% -
XYZ 19.8 13.8 3.37 -
YUV 99.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 172 74 37 0 0.57 0.78 0.33 16.44 0.65 0.41
Hex AC 4A 25 0 39 4E 21 10 41 29
Octal 254 112 45 0 71 116 41 20 101 51
Binary 10101100 1001010 100101 0 111001 1001110 100001 10000 1000001 101001

Color Harmonies of #AC4A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A25

Black with #AC4A25

Text Example


Text Example

White with #AC4A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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