Html Css Color HEX #A46C23 Hot Toddy

📋 copy color: '#A46C23'

red 164 ◦ green 108 ◦ blue 35

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

Shades of Hot Toddy #A46C23

Tints of Hot Toddy #A46C23

RGB

 RED value IS 164 (64.45% from 255) = 53.42%

 GREEN value IS 108 (42.58% from 255) = 35.18%

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

R = 53.42%
G = 35.18%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A46C23 (or 0xA46C23) is known color: Hot Toddy. HEX triplet: A4, 6C and 23. RGB value is (164,108,35). Sum of RGB (Red+Green+Blue) = 164+108+35=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C23 is #5B93DC. Grayscale: #747474. Windows color (decimal): -6001629 or 2321572. OLE color: 2321572.

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

Color convert

RGB 164 108 35 -
CMYK 0 0.34 0.79 0.36
HSL 33.95º 0.65% 0.39% -
HSV(B) 33.95º 0.79% 0.64% -
XYZ 20.98 18.74 4.1 -
YUV 116.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 164 108 35 0 0.34 0.79 0.36 33.95 0.65 0.39
Hex A4 6C 23 0 22 4F 24 22 41 27
Octal 244 154 43 0 42 117 44 42 101 47
Binary 10100100 1101100 100011 0 100010 1001111 100100 100010 1000001 100111

Color Harmonies of #A46C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C23

Black with #A46C23

Text Example


Text Example

White with #A46C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C23; }

 p { color: rgb(164,108,35); }

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

background-color css

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

 a { background-color: rgb(164,108,35); }

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

border-color css

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

 span { border-color: rgb(164,108,35); }

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