Html Css Color HEX #A68030 Hot Toddy

📋 copy color: '#A68030'

red 166 ◦ green 128 ◦ blue 48

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

Shades of Hot Toddy #A68030

Tints of Hot Toddy #A68030

RGB

 RED value IS 166 (65.23% from 255) = 48.54%

 GREEN value IS 128 (50.39% from 255) = 37.43%

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 48.54%
G = 37.43%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A68030 (or 0xA68030) is known color: Hot Toddy. HEX triplet: A6, 80 and 30. RGB value is (166,128,48). Sum of RGB (Red+Green+Blue) = 166+128+48=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A68030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68030 is #597FCF. Grayscale: #828282. Windows color (decimal): -5865424 or 3178662. OLE color: 3178662.

HSL color Cylindrical-coordinate representation of color #A68030: hue angle of 40.68º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A68030 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 48 -
CMYK 0 0.23 0.71 0.35
HSL 40.68º 0.55% 0.42% -
HSV(B) 40.68º 0.71% 0.65% -
XYZ 23.98 23.76 6.12 -
YUV 130.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 166 128 48 0 0.23 0.71 0.35 40.68 0.55 0.42
Hex A6 80 30 0 17 47 23 29 37 2A
Octal 246 200 60 0 27 107 43 51 67 52
Binary 10100110 10000000 110000 0 10111 1000111 100011 101001 110111 101010

Color Harmonies of #A68030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68030

Black with #A68030

Text Example


Text Example

White with #A68030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68030; }

 p { color: rgb(166,128,48); }

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

background-color css

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

 a { background-color: rgb(166,128,48); }

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

border-color css

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

 span { border-color: rgb(166,128,48); }

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