Html Css Color HEX #A56F23 Hot Toddy

📋 copy color: '#A56F23'

red 165 ◦ green 111 ◦ blue 35

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

Shades of Hot Toddy #A56F23

Tints of Hot Toddy #A56F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 53.05%
G = 35.69%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A56F23 (or 0xA56F23) is known color: Hot Toddy. HEX triplet: A5, 6F and 23. RGB value is (165,111,35). Sum of RGB (Red+Green+Blue) = 165+111+35=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F23 is #5A90DC. Grayscale: #767676. Windows color (decimal): -5935325 or 2322341. OLE color: 2322341.

HSL color Cylindrical-coordinate representation of color #A56F23: hue angle of 35.08º degrees, saturation: 0.65, 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 #A56F23 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 111 35 -
CMYK 0 0.33 0.79 0.35
HSL 35.08º 0.65% 0.39% -
HSV(B) 35.08º 0.79% 0.65% -
XYZ 21.5 19.49 4.22 -
YUV 118.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 165 111 35 0 0.33 0.79 0.35 35.08 0.65 0.39
Hex A5 6F 23 0 21 4F 23 23 41 27
Octal 245 157 43 0 41 117 43 43 101 47
Binary 10100101 1101111 100011 0 100001 1001111 100011 100011 1000001 100111

Color Harmonies of #A56F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F23

Black with #A56F23

Text Example


Text Example

White with #A56F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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