Html Css Color HEX #A38031 Hot Toddy

📋 copy color: '#A38031'

red 163 ◦ green 128 ◦ blue 49

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

Shades of Hot Toddy #A38031

Tints of Hot Toddy #A38031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 47.94%
G = 37.65%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A38031 (or 0xA38031) is known color: Hot Toddy. HEX triplet: A3, 80 and 31. RGB value is (163,128,49). Sum of RGB (Red+Green+Blue) = 163+128+49=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A38031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38031 is #5C7FCE. Grayscale: #818181. Windows color (decimal): -6062031 or 3244195. OLE color: 3244195.

HSL color Cylindrical-coordinate representation of color #A38031: hue angle of 41.58º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A38031 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 128 49 -
CMYK 0 0.21 0.70 0.36
HSL 41.58º 0.54% 0.42% -
HSV(B) 41.58º 0.7% 0.64% -
XYZ 23.38 23.45 6.2 -
YUV 129.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 163 128 49 0 0.21 0.70 0.36 41.58 0.54 0.42
Hex A3 80 31 0 15 46 24 2A 36 2A
Octal 243 200 61 0 25 106 44 52 66 52
Binary 10100011 10000000 110001 0 10101 1000110 100100 101010 110110 101010

Color Harmonies of #A38031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38031

Black with #A38031

Text Example


Text Example

White with #A38031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38031; }

 p { color: rgb(163,128,49); }

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

background-color css

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

 a { background-color: rgb(163,128,49); }

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

border-color css

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

 span { border-color: rgb(163,128,49); }

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