Html Css Color HEX #AC7330 Hot Toddy

📋 copy color: '#AC7330'

red 172 ◦ green 115 ◦ blue 48

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

Shades of Hot Toddy #AC7330

Tints of Hot Toddy #AC7330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 51.34%
G = 34.33%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC7330 (or 0xAC7330) is known color: Hot Toddy. HEX triplet: AC, 73 and 30. RGB value is (172,115,48). Sum of RGB (Red+Green+Blue) = 172+115+48=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7330 is #538CCF. Grayscale: #7C7C7C. Windows color (decimal): -5475536 or 3175340. OLE color: 3175340.

HSL color Cylindrical-coordinate representation of color #AC7330: hue angle of 32.42º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC7330 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 48 -
CMYK 0 0.33 0.72 0.33
HSL 32.42º 0.56% 0.43% -
HSV(B) 32.42º 0.72% 0.67% -
XYZ 23.68 21.25 5.65 -
YUV 124.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 172 115 48 0 0.33 0.72 0.33 32.42 0.56 0.43
Hex AC 73 30 0 21 48 21 20 38 2B
Octal 254 163 60 0 41 110 41 40 70 53
Binary 10101100 1110011 110000 0 100001 1001000 100001 100000 111000 101011

Color Harmonies of #AC7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7330

Black with #AC7330

Text Example


Text Example

White with #AC7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7330; }

 p { color: rgb(172,115,48); }

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

background-color css

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

 a { background-color: rgb(172,115,48); }

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

border-color css

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

 span { border-color: rgb(172,115,48); }

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