Html Css Color HEX #AC7B1F Hot Toddy

📋 copy color: '#AC7B1F'

red 172 ◦ green 123 ◦ blue 31

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

Shades of Hot Toddy #AC7B1F

Tints of Hot Toddy #AC7B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 52.76%
G = 37.73%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC7B1F (or 0xAC7B1F) is known color: Hot Toddy. HEX triplet: AC, 7B and 1F. RGB value is (172,123,31). Sum of RGB (Red+Green+Blue) = 172+123+31=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B1F is #5384E0. Grayscale: #7F7F7F. Windows color (decimal): -5473505 or 2063276. OLE color: 2063276.

HSL color Cylindrical-coordinate representation of color #AC7B1F: hue angle of 39.15º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC7B1F is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 31 -
CMYK 0 0.28 0.82 0.33
HSL 39.15º 0.69% 0.4% -
HSV(B) 39.15º 0.82% 0.67% -
XYZ 24.34 23.04 4.46 -
YUV 127.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 172 123 31 0 0.28 0.82 0.33 39.15 0.69 0.4
Hex AC 7B 1F 0 1C 52 21 27 45 28
Octal 254 173 37 0 34 122 41 47 105 50
Binary 10101100 1111011 11111 0 11100 1010010 100001 100111 1000101 101000

Color Harmonies of #AC7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B1F

Black with #AC7B1F

Text Example


Text Example

White with #AC7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B1F; }

 p { color: rgb(172,123,31); }

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

background-color css

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

 a { background-color: rgb(172,123,31); }

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

border-color css

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

 span { border-color: rgb(172,123,31); }

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