Html Css Color HEX #A37D3A Hot Toddy

📋 copy color: '#A37D3A'

red 163 ◦ green 125 ◦ blue 58

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

Shades of Hot Toddy #A37D3A

Tints of Hot Toddy #A37D3A

RGB

 RED value IS 163 (64.06% from 255) = 47.11%

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 47.11%
G = 36.13%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A37D3A (or 0xA37D3A) is known color: Hot Toddy. HEX triplet: A3, 7D and 3A. RGB value is (163,125,58). Sum of RGB (Red+Green+Blue) = 163+125+58=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D3A is #5C82C5. Grayscale: #818181. Windows color (decimal): -6062790 or 3833251. OLE color: 3833251.

HSL color Cylindrical-coordinate representation of color #A37D3A: hue angle of 38.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A37D3A is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 58 -
CMYK 0 0.23 0.64 0.36
HSL 38.29º 0.48% 0.43% -
HSV(B) 38.29º 0.64% 0.64% -
XYZ 23.2 22.76 7.17 -
YUV 128.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 163 125 58 0 0.23 0.64 0.36 38.29 0.48 0.43
Hex A3 7D 3A 0 17 40 24 26 30 2B
Octal 243 175 72 0 27 100 44 46 60 53
Binary 10100011 1111101 111010 0 10111 1000000 100100 100110 110000 101011

Color Harmonies of #A37D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D3A

Black with #A37D3A

Text Example


Text Example

White with #A37D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D3A; }

 p { color: rgb(163,125,58); }

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

background-color css

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

 a { background-color: rgb(163,125,58); }

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

border-color css

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

 span { border-color: rgb(163,125,58); }

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