Html Css Color HEX #A4721F Hot Toddy

📋 copy color: '#A4721F'

red 164 ◦ green 114 ◦ blue 31

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

Shades of Hot Toddy #A4721F

Tints of Hot Toddy #A4721F

RGB

 RED value IS 164 (64.45% from 255) = 53.07%

 GREEN value IS 114 (44.92% from 255) = 36.89%

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

R = 53.07%
G = 36.89%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4721F (or 0xA4721F) is known color: Hot Toddy. HEX triplet: A4, 72 and 1F. RGB value is (164,114,31). Sum of RGB (Red+Green+Blue) = 164+114+31=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4721F is #5B8DE0. Grayscale: #777777. Windows color (decimal): -6000097 or 2060964. OLE color: 2060964.

HSL color Cylindrical-coordinate representation of color #A4721F: hue angle of 37.44º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4721F is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 31 -
CMYK 0 0.30 0.81 0.36
HSL 37.44º 0.68% 0.38% -
HSV(B) 37.44º 0.81% 0.64% -
XYZ 21.57 20.03 4.02 -
YUV 119.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 164 114 31 0 0.30 0.81 0.36 37.44 0.68 0.38
Hex A4 72 1F 0 1E 51 24 25 44 26
Octal 244 162 37 0 36 121 44 45 104 46
Binary 10100100 1110010 11111 0 11110 1010001 100100 100101 1000100 100110

Color Harmonies of #A4721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4721F

Black with #A4721F

Text Example


Text Example

White with #A4721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4721F; }

 p { color: rgb(164,114,31); }

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

background-color css

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

 a { background-color: rgb(164,114,31); }

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

border-color css

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

 span { border-color: rgb(164,114,31); }

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