Html Css Color HEX #A56F28 Hot Toddy

📋 copy color: '#A56F28'

red 165 ◦ green 111 ◦ blue 40

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

Shades of Hot Toddy #A56F28

Tints of Hot Toddy #A56F28

RGB

 RED value IS 165 (64.84% from 255) = 52.22%

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 52.22%
G = 35.13%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A56F28 (or 0xA56F28) is known color: Hot Toddy. HEX triplet: A5, 6F and 28. RGB value is (165,111,40). Sum of RGB (Red+Green+Blue) = 165+111+40=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F28 is #5A90D7. Grayscale: #777777. Windows color (decimal): -5935320 or 2650021. OLE color: 2650021.

HSL color Cylindrical-coordinate representation of color #A56F28: hue angle of 34.08º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A56F28 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 111 40 -
CMYK 0 0.33 0.76 0.35
HSL 34.08º 0.61% 0.4% -
HSV(B) 34.08º 0.76% 0.65% -
XYZ 21.58 19.52 4.64 -
YUV 119.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 165 111 40 0 0.33 0.76 0.35 34.08 0.61 0.4
Hex A5 6F 28 0 21 4C 23 22 3D 28
Octal 245 157 50 0 41 114 43 42 75 50
Binary 10100101 1101111 101000 0 100001 1001100 100011 100010 111101 101000

Color Harmonies of #A56F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F28

Black with #A56F28

Text Example


Text Example

White with #A56F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F28; }

 p { color: rgb(165,111,40); }

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

background-color css

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

 a { background-color: rgb(165,111,40); }

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

border-color css

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

 span { border-color: rgb(165,111,40); }

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