Html Css Color HEX #A56922 Hot Toddy

📋 copy color: '#A56922'

red 165 ◦ green 105 ◦ blue 34

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

Shades of Hot Toddy #A56922

Tints of Hot Toddy #A56922

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 54.28%
G = 34.54%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A56922 (or 0xA56922) is known color: Hot Toddy. HEX triplet: A5, 69 and 22. RGB value is (165,105,34). Sum of RGB (Red+Green+Blue) = 165+105+34=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A56922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56922 is #5A96DD. Grayscale: #737373. Windows color (decimal): -5936862 or 2255269. OLE color: 2255269.

HSL color Cylindrical-coordinate representation of color #A56922: hue angle of 32.52º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A56922 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 105 34 -
CMYK 0 0.36 0.79 0.35
HSL 32.52º 0.66% 0.39% -
HSV(B) 32.52º 0.79% 0.65% -
XYZ 20.86 18.22 3.93 -
YUV 114.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 165 105 34 0 0.36 0.79 0.35 32.52 0.66 0.39
Hex A5 69 22 0 24 4F 23 21 42 27
Octal 245 151 42 0 44 117 43 41 102 47
Binary 10100101 1101001 100010 0 100100 1001111 100011 100001 1000010 100111

Color Harmonies of #A56922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56922

Black with #A56922

Text Example


Text Example

White with #A56922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56922; }

 p { color: rgb(165,105,34); }

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

background-color css

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

 a { background-color: rgb(165,105,34); }

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

border-color css

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

 span { border-color: rgb(165,105,34); }

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