Html Css Color HEX #A8702B Hot Toddy

📋 copy color: '#A8702B'

red 168 ◦ green 112 ◦ blue 43

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

Shades of Hot Toddy #A8702B

Tints of Hot Toddy #A8702B

RGB

 RED value IS 168 (66.02% from 255) = 52.01%

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

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

R = 52.01%
G = 34.67%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8702B (or 0xA8702B) is known color: Hot Toddy. HEX triplet: A8, 70 and 2B. RGB value is (168,112,43). Sum of RGB (Red+Green+Blue) = 168+112+43=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A8702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8702B is #578FD4. Grayscale: #797979. Windows color (decimal): -5738453 or 2846888. OLE color: 2846888.

HSL color Cylindrical-coordinate representation of color #A8702B: hue angle of 33.12º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8702B is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 43 -
CMYK 0 0.33 0.74 0.34
HSL 33.12º 0.59% 0.41% -
HSV(B) 33.12º 0.74% 0.66% -
XYZ 22.38 20.09 4.98 -
YUV 120.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 168 112 43 0 0.33 0.74 0.34 33.12 0.59 0.41
Hex A8 70 2B 0 21 4A 22 21 3B 29
Octal 250 160 53 0 41 112 42 41 73 51
Binary 10101000 1110000 101011 0 100001 1001010 100010 100001 111011 101001

Color Harmonies of #A8702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8702B

Black with #A8702B

Text Example


Text Example

White with #A8702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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