Html Css Color HEX #A38032 Hot Toddy

📋 copy color: '#A38032'

red 163 ◦ green 128 ◦ blue 50

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

Shades of Hot Toddy #A38032

Tints of Hot Toddy #A38032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 47.8%
G = 37.54%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A38032 (or 0xA38032) is known color: Hot Toddy. HEX triplet: A3, 80 and 32. RGB value is (163,128,50). Sum of RGB (Red+Green+Blue) = 163+128+50=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A38032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38032 is #5C7FCD. Grayscale: #818181. Windows color (decimal): -6062030 or 3309731. OLE color: 3309731.

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

Color convert

RGB 163 128 50 -
CMYK 0 0.21 0.69 0.36
HSL 41.42º 0.53% 0.42% -
HSV(B) 41.42º 0.69% 0.64% -
XYZ 23.4 23.46 6.31 -
YUV 129.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 163 128 50 0 0.21 0.69 0.36 41.42 0.53 0.42
Hex A3 80 32 0 15 45 24 29 35 2A
Octal 243 200 62 0 25 105 44 51 65 52
Binary 10100011 10000000 110010 0 10101 1000101 100100 101001 110101 101010

Color Harmonies of #A38032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38032

Black with #A38032

Text Example


Text Example

White with #A38032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38032; }

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

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

background-color css

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

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

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

border-color css

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

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

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