Html Css Color HEX #A4702B Hot Toddy

📋 copy color: '#A4702B'

red 164 ◦ green 112 ◦ blue 43

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

Shades of Hot Toddy #A4702B

Tints of Hot Toddy #A4702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 51.41%
G = 35.11%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4702B (or 0xA4702B) is known color: Hot Toddy. HEX triplet: A4, 70 and 2B. RGB value is (164,112,43). Sum of RGB (Red+Green+Blue) = 164+112+43=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A4702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4702B is #5B8FD4. Grayscale: #787878. Windows color (decimal): -6000597 or 2846884. OLE color: 2846884.

HSL color Cylindrical-coordinate representation of color #A4702B: hue angle of 34.21º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4702B is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 43 -
CMYK 0 0.32 0.74 0.36
HSL 34.21º 0.58% 0.41% -
HSV(B) 34.21º 0.74% 0.64% -
XYZ 21.54 19.66 4.94 -
YUV 119.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 164 112 43 0 0.32 0.74 0.36 34.21 0.58 0.41
Hex A4 70 2B 0 20 4A 24 22 3A 29
Octal 244 160 53 0 40 112 44 42 72 51
Binary 10100100 1110000 101011 0 100000 1001010 100100 100010 111010 101001

Color Harmonies of #A4702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4702B

Black with #A4702B

Text Example


Text Example

White with #A4702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4702B; }

 p { color: rgb(164,112,43); }

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

background-color css

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

 a { background-color: rgb(164,112,43); }

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

border-color css

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

 span { border-color: rgb(164,112,43); }

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