Html Css Color HEX #A56F26 Hot Toddy

📋 copy color: '#A56F26'

red 165 ◦ green 111 ◦ blue 38

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

Shades of Hot Toddy #A56F26

Tints of Hot Toddy #A56F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 52.55%
G = 35.35%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A56F26 (or 0xA56F26) is known color: Hot Toddy. HEX triplet: A5, 6F and 26. RGB value is (165,111,38). Sum of RGB (Red+Green+Blue) = 165+111+38=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F26 is #5A90D9. Grayscale: #777777. Windows color (decimal): -5935322 or 2518949. OLE color: 2518949.

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

Color convert

RGB 165 111 38 -
CMYK 0 0.33 0.77 0.35
HSL 34.49º 0.63% 0.4% -
HSV(B) 34.49º 0.77% 0.65% -
XYZ 21.55 19.51 4.46 -
YUV 118.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 165 111 38 0 0.33 0.77 0.35 34.49 0.63 0.4
Hex A5 6F 26 0 21 4D 23 22 3F 28
Octal 245 157 46 0 41 115 43 42 77 50
Binary 10100101 1101111 100110 0 100001 1001101 100011 100010 111111 101000

Color Harmonies of #A56F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F26

Black with #A56F26

Text Example


Text Example

White with #A56F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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