Html Css Color HEX #A8732A Hot Toddy

📋 copy color: '#A8732A'

red 168 ◦ green 115 ◦ blue 42

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

Shades of Hot Toddy #A8732A

Tints of Hot Toddy #A8732A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 51.69%
G = 35.38%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8732A (or 0xA8732A) is known color: Hot Toddy. HEX triplet: A8, 73 and 2A. RGB value is (168,115,42). Sum of RGB (Red+Green+Blue) = 168+115+42=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8732A is #578CD5. Grayscale: #7A7A7A. Windows color (decimal): -5737686 or 2782120. OLE color: 2782120.

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

Color convert

RGB 168 115 42 -
CMYK 0 0.32 0.75 0.34
HSL 34.76º 0.6% 0.41% -
HSV(B) 34.76º 0.75% 0.66% -
XYZ 22.7 20.75 5 -
YUV 122.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 168 115 42 0 0.32 0.75 0.34 34.76 0.6 0.41
Hex A8 73 2A 0 20 4B 22 23 3C 29
Octal 250 163 52 0 40 113 42 43 74 51
Binary 10101000 1110011 101010 0 100000 1001011 100010 100011 111100 101001

Color Harmonies of #A8732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8732A

Black with #A8732A

Text Example


Text Example

White with #A8732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8732A; }

 p { color: rgb(168,115,42); }

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

background-color css

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

 a { background-color: rgb(168,115,42); }

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

border-color css

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

 span { border-color: rgb(168,115,42); }

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